次の方法で共有


DomainAvailabilityCheckResult.DomainType プロパティ

定義

有効な値を取得または設定します。通常のドメイン: Azure はドメイン登録の全額を請求します。SoftDeleted: このドメインを購入すると、単にそれを復元するだけで、この操作には何の費用もかかりません。 使用可能な値は次のとおりです: 'Regular'、'SoftDeleted'

[Newtonsoft.Json.JsonProperty(PropertyName="domainType")]
public Microsoft.Azure.Management.WebSites.Models.DomainType? DomainType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="domainType")>]
member this.DomainType : Nullable<Microsoft.Azure.Management.WebSites.Models.DomainType> with get, set
Public Property DomainType As Nullable(Of DomainType)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象