IRoleInstance.OperationalState 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 operational state of the role instance.
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.PSArgumentCompleter(new System.String[] { "Unknown", "Stopped", "Running", "Stopping", "Starting" })]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Create=true, Description="The operational state of the role instance.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="operationalState", Update=true)]
public string OperationalState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.PSArgumentCompleter(new System.String[] { "Unknown", "Stopped", "Running", "Stopping", "Starting" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Create=true, Description="The operational state of the role instance.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="operationalState", Update=true)>]
member this.OperationalState : string with get, set
Public Property OperationalState As String
Property Value
- Attributes