IComputeSku.VirtualMachineSizeType Property

Definition

Gets The virtual machine size type if the sku describes sku for virtual machine resource type. The size can be used for VirtualMachine.DefinitionStages.WithVMSize.withSize(VirtualMachineSizeTypes) and VirtualMachine.Update.withSize(VirtualMachineSizeTypes).

public Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineSizeTypes VirtualMachineSizeType { get; }
member this.VirtualMachineSizeType : Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineSizeTypes
Public ReadOnly Property VirtualMachineSizeType As VirtualMachineSizeTypes

Property Value

Applies to