Share via


IVirtualMachineTemplateInventoryItem.NumCoresPerSocket Property

Definition

Gets or sets the number of cores per socket for the template. Defaults to 1 if unspecified.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.Info(Create=true, Description="Gets or sets the number of cores per socket for the template.\r\n        Defaults to 1 if unspecified.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="numCoresPerSocket", Update=true)]
public int? NumCoresPerSocket { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.Info(Create=true, Description="Gets or sets the number of cores per socket for the template.\r\n        Defaults to 1 if unspecified.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="numCoresPerSocket", Update=true)>]
member this.NumCoresPerSocket : Nullable<int> with get, set
Public Property NumCoresPerSocket As Nullable(Of Integer)

Property Value

Attributes

Applies to