VirtualMachinePublicIPAddressDnsSettingsConfiguration 類別
描述虛擬機器網路設定的 DNS 設定。
必須填入所有必要的參數,才能傳送至 Azure。
- 繼承
-
azure.mgmt.compute._serialization.ModelVirtualMachinePublicIPAddressDnsSettingsConfiguration
建構函式
VirtualMachinePublicIPAddressDnsSettingsConfiguration(*, domain_name_label: str, domain_name_label_scope: str | _models.DomainNameLabelScopeTypes | None = None, **kwargs: Any)
Keyword-Only Parameters
- domain_name_label
- str
將建立之 PublicIPAddress 資源的功能變數名稱標籤前置詞。 產生的名稱標籤是功能變數名稱標籤和 vm 網路設定檔唯一識別碼的串連。 必要。
- domain_name_label_scope
- str 或 DomainNameLabelScopeTypes
將建立之 PublicIPAddress 資源的功能變數名稱標籤範圍。 產生的名稱標籤是根據功能變數名稱標籤範圍和 vm 網路設定檔唯一識別碼,以原則串連雜湊功能變數名稱標籤。 已知值為:「TenantReuse」、「SubscriptionReuse」、「ResourceGroupReuse」 和 「NoReuse」。
變數
- domain_name_label
- str
將建立之 PublicIPAddress 資源的功能變數名稱標籤前置詞。 產生的名稱標籤是功能變數名稱標籤和 vm 網路設定檔唯一識別碼的串連。 必要。
- domain_name_label_scope
- str 或 DomainNameLabelScopeTypes
將建立之 PublicIPAddress 資源的功能變數名稱標籤範圍。 產生的名稱標籤是根據功能變數名稱標籤範圍和 vm 網路設定檔唯一識別碼,以原則串連雜湊功能變數名稱標籤。 已知值為:「TenantReuse」、「SubscriptionReuse」、「ResourceGroupReuse」 和 「NoReuse」。