IFeatureValidationResponse.Feature Property

Definition

Response features

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Response features", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.ISupportedFeature) }, Read=true, ReadOnly=false, Required=false, SerializedName="features", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.ISupportedFeature> Feature { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Response features", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.ISupportedFeature) }, Read=true, ReadOnly=false, Required=false, SerializedName="features", Update=true)>]
member this.Feature : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.ISupportedFeature> with get, set
Public Property Feature As List(Of ISupportedFeature)

Property Value

Attributes

Applies to