共用方式為


RelayUpdateParameters.ProvisioningState Property

Definition

Gets possible values include: 'Created', 'Succeeded', 'Deleted', 'Failed', 'Updating', 'Unknown'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")]
public Microsoft.Azure.Management.Relay.Models.ProvisioningStateEnum? ProvisioningState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")>]
member this.ProvisioningState : Nullable<Microsoft.Azure.Management.Relay.Models.ProvisioningStateEnum>
Public ReadOnly Property ProvisioningState As Nullable(Of ProvisioningStateEnum)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to