IClusterReportedProperties.OemActivation 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.
OEM activation status of the cluster.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="OEM activation status of the cluster.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.OemActivation) }, ReadOnly=true, Required=false, SerializedName="oemActivation")]
public Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.OemActivation? OemActivation { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="OEM activation status of the cluster.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.OemActivation) }, ReadOnly=true, Required=false, SerializedName="oemActivation")>]
member this.OemActivation : Nullable<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.OemActivation>
Public ReadOnly Property OemActivation As Nullable(Of OemActivation)
Property Value
- Attributes