IFeatureStatus.DetailedStatus 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 status representing the state of this feature.
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The status representing the state of this feature.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.FeatureDetailedStatus) }, ReadOnly=true, Required=false, SerializedName="detailedStatus")]
public Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.FeatureDetailedStatus? DetailedStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The status representing the state of this feature.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.FeatureDetailedStatus) }, ReadOnly=true, Required=false, SerializedName="detailedStatus")>]
member this.DetailedStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.FeatureDetailedStatus>
Public ReadOnly Property DetailedStatus As Nullable(Of FeatureDetailedStatus)
Property Value
- Attributes