IExternalNetworkProperties.ConfigurationState 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.
Configuration state of the resource.
[Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.PSArgumentCompleter(new System.String[] { "Succeeded", "Failed", "Rejected", "Accepted", "Provisioned", "ErrorProvisioning", "Deprovisioning", "Deprovisioned", "ErrorDeprovisioning", "DeferredControl" })]
[Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=false, Description="Configuration state of the resource.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="configurationState", Update=false)]
public string ConfigurationState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.PSArgumentCompleter(new System.String[] { "Succeeded", "Failed", "Rejected", "Accepted", "Provisioned", "ErrorProvisioning", "Deprovisioning", "Deprovisioned", "ErrorDeprovisioning", "DeferredControl" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=false, Description="Configuration state of the resource.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="configurationState", Update=false)>]
member this.ConfigurationState : string
Public ReadOnly Property ConfigurationState As String
Property Value
- Attributes