IPlatform.VersionState 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 state of this packet core control plane version on this platform.
[Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(Description="The state of this packet core control plane version on this platform.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.VersionState) }, ReadOnly=false, Required=false, SerializedName="versionState")]
public Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.VersionState? VersionState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(Description="The state of this packet core control plane version on this platform.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.VersionState) }, ReadOnly=false, Required=false, SerializedName="versionState")>]
member this.VersionState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.VersionState> with get, set
Public Property VersionState As Nullable(Of VersionState)
Property Value
- Attributes