共用方式為


DomainAvailabilityCheckResult 類別

網域可用性檢查結果。

繼承
azure.mgmt.web._serialization.Model
DomainAvailabilityCheckResult

建構函式

DomainAvailabilityCheckResult(*, name: str | None = None, available: bool | None = None, domain_type: str | _models.DomainType | None = None, **kwargs: Any)

僅限關鍵字的參數

名稱 Description
name
str

功能變數名稱。

available

<code>true</code> 如果可以使用 CreateDomain API 購買網域,則為 ;否則為 <code>false</code>

domain_type

有效值為一般網域:Azure 會收取網域註冊的完整價格,SoftDeleted:購買此網域只會還原它,而此作業不會產生任何費用。 已知值為:「Regular」 和 「SoftDeleted」。

變數

名稱 Description
name
str

功能變數名稱。

available

<code>true</code> 如果可以使用 CreateDomain API 購買網域,則為 ;否則為 <code>false</code>

domain_type

有效值為一般網域:Azure 會收取網域註冊的完整價格,SoftDeleted:購買此網域只會還原它,而此作業不會產生任何費用。 已知值為:「Regular」 和 「SoftDeleted」。