Share via


IMachine.SoftwareAssuranceCustomer Property

Definition

Specifies if this machine is licensed as part of a Software Assurance agreement.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="Specifies if this machine is licensed as part of a Software Assurance agreement.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="softwareAssuranceCustomer", Update=false)]
public bool? SoftwareAssuranceCustomer { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="Specifies if this machine is licensed as part of a Software Assurance agreement.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="softwareAssuranceCustomer", Update=false)>]
member this.SoftwareAssuranceCustomer : Nullable<bool>
Public ReadOnly Property SoftwareAssuranceCustomer As Nullable(Of Boolean)

Property Value

Attributes

Applies to