IRoleInstance.OperationalState Property

Definition

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

Applies to