IRecoveryPlanGroup.GroupType Property

Definition

The group type.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.PSArgumentCompleter(new System.String[] { "Shutdown", "Boot", "Failover" })]
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The group type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="groupType", Update=true)]
public string GroupType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.PSArgumentCompleter(new System.String[] { "Shutdown", "Boot", "Failover" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The group type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="groupType", Update=true)>]
member this.GroupType : string with get, set
Public Property GroupType As String

Property Value

Attributes

Applies to