IMachineProperties.EsuProfileAssignedLicense 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 assigned license resource.
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="The assigned license resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense) }, Read=true, ReadOnly=false, Required=false, SerializedName="assignedLicense", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense EsuProfileAssignedLicense { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="The assigned license resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense) }, Read=true, ReadOnly=false, Required=false, SerializedName="assignedLicense", Update=true)>]
member this.EsuProfileAssignedLicense : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense with get, set
Public Property EsuProfileAssignedLicense As ILicense
Property Value
- Attributes