次の方法で共有


FhirService.ProvisioningState プロパティ

定義

プロビジョニングの状態を取得または設定します。 使用可能な値には、'削除中'、'Succeeded'、'Creating'、'Accepted'、'Verifying'、'Updating'、'Failed'、'Canceled'、'Deprovisioned'、'Moving'、'Suspended'、'Warned'、'SystemMaintenance' などがあります。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")]
public string ProvisioningState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")>]
member this.ProvisioningState : string with get, set
Public Property ProvisioningState As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象