IKubernetesClusterNode.VMSkuName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The VM SKU name that was used to create this cluster node.
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The VM SKU name that was used to create this cluster node.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="vmSkuName")]
public string VMSkuName { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The VM SKU name that was used to create this cluster node.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="vmSkuName")>]
member this.VMSkuName : string
Public ReadOnly Property VMSkuName As String
Property Value
- Attributes