IVMwareCbtProtectionContainerMappingDetails.ExcludedSku Property

Definition

The SKUs to be excluded.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The SKUs to be excluded.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="excludedSkus", Update=true)]
public System.Collections.Generic.List<string> ExcludedSku { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The SKUs to be excluded.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="excludedSkus", Update=true)>]
member this.ExcludedSku : System.Collections.Generic.List<string> with get, set
Public Property ExcludedSku As List(Of String)

Property Value

Attributes

Applies to