IClusterNode.WindowsServerSubscription 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.
State of Windows Server Subscription.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="State of Windows Server Subscription.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.WindowsServerSubscription) }, ReadOnly=true, Required=false, SerializedName="windowsServerSubscription")]
public Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.WindowsServerSubscription? WindowsServerSubscription { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="State of Windows Server Subscription.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.WindowsServerSubscription) }, ReadOnly=true, Required=false, SerializedName="windowsServerSubscription")>]
member this.WindowsServerSubscription : Nullable<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.WindowsServerSubscription>
Public ReadOnly Property WindowsServerSubscription As Nullable(Of WindowsServerSubscription)
Property Value
- Attributes