Set-SimanSubscription⚓︎
SYNOPSIS⚓︎
Modifica los atributos de suscriptores Siman Cloud
SYNTAX⚓︎
Set-SimanSubscription [-SusId] <SubscriptionId> [-Status <SubscriptionStatus>]
[-ContactName <string>] [-ContactEmail <string>] [-ResetDataPath] [-PassThru] [<CommonParameters>]
DESCRIPTION⚓︎
Actualiza las propiedades y atributos de uno o mas suscriptores actuales. Este comando acepta valores por medio del pipeline.
EXAMPLES⚓︎
Example 1⚓︎
PS C:\> {{ Add example code here }}
{{ Add example description here }}
PARAMETERS⚓︎
-ContactEmail⚓︎
{{ Fill ContactEmail Description }}
Type: System.String
DefaultValue: None
SupportsWildcards: false
Aliases:
- Email
ParameterSets:
- Name: (All)
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: true
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-ContactName⚓︎
{{ Fill ContactName Description }}
Type: System.String
DefaultValue: None
SupportsWildcards: false
Aliases:
- Name
ParameterSets:
- Name: (All)
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: true
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-PassThru⚓︎
{{ Fill PassThru Description }}
Type: System.Management.Automation.SwitchParameter
DefaultValue: False
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-ResetDataPath⚓︎
{{ Fill ResetDataPath Description }}
Type: System.Management.Automation.SwitchParameter
DefaultValue: False
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-Status⚓︎
{{ Fill Status Description }}
Type: Siman.Cloud.Model.SubscriptionStatus
DefaultValue: None
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: true
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues:
- Inactive
- Onboarding
- Active
- Maintenance
- Dead
HelpMessage: ''
-SusId⚓︎
{{ Fill SusId Description }}
Type: Siman.Cloud.Model.SubscriptionId
DefaultValue: None
SupportsWildcards: false
Aliases:
- Id
ParameterSets:
- Name: (All)
Position: 0
IsRequired: true
ValueFromPipeline: true
ValueFromPipelineByPropertyName: true
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
CommonParameters⚓︎
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS⚓︎
Siman.Cloud.Model.SubscriptionId⚓︎
{{ Fill in the Description }}
Siman.Cloud.Model.SubscriptionStatus⚓︎
{{ Fill in the Description }}
System.String⚓︎
{{ Fill in the Description }}