次の方法で共有


CustomDomain.CustomHttpsProvisioningState プロパティ

定義

カスタム ドメインのカスタム Https のプロビジョニング状態を取得します。 使用可能な値には、'Enableding'、'Enabled'、'Disableding'、'Disabled'、'Failed' などがあります。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.customHttpsProvisioningState")]
public string CustomHttpsProvisioningState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.customHttpsProvisioningState")>]
member this.CustomHttpsProvisioningState : string
Public ReadOnly Property CustomHttpsProvisioningState As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象