Udostępnij przez


ISapDiskConfiguration.SupportedConfiguration Property

Definition

The list of supported disks for a given VM Sku.

[Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.Info(Create=true, Description="The list of supported disks for a given VM Sku.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.IDiskDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="supportedConfigurations", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.IDiskDetails> SupportedConfiguration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.Info(Create=true, Description="The list of supported disks for a given VM Sku.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.IDiskDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="supportedConfigurations", Update=true)>]
member this.SupportedConfiguration : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.IDiskDetails> with get, set
Public Property SupportedConfiguration As List(Of IDiskDetails)

Property Value

Attributes

Applies to