VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings Class
Describes a virtual machines scale sets network configuration's DNS settings.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.compute._serialization.ModelVirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings
Constructor
VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings(*, domain_name_label: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
domain_name_label
|
The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created. Required. |
Variables
Name | Description |
---|---|
domain_name_label
|
The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created. Required. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python