次の方法で共有


RelayUpdateParameters.ProvisioningState プロパティ

定義

使用可能な値には、'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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象