次の方法で共有


MaintenanceRedeployStatus.IsCustomerInitiatedMaintenanceAllowed プロパティ

定義

顧客がメンテナンスを実行できる場合は、true を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="isCustomerInitiatedMaintenanceAllowed")]
public bool? IsCustomerInitiatedMaintenanceAllowed { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isCustomerInitiatedMaintenanceAllowed")>]
member this.IsCustomerInitiatedMaintenanceAllowed : Nullable<bool> with get, set
Public Property IsCustomerInitiatedMaintenanceAllowed As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象