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.
Constructor
VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings(*, domain_name_label: str, domain_name_label_scope: str | _models.DomainNameLabelScopeTypes | None = None, **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. |
domain_name_label_scope
|
The Domain name label scope.The concatenation of the hashed ___domain name label that generated according to the policy from ___domain name label scope and vm index will be the ___domain name labels of the PublicIPAddress resources that will be created. Known values are: "TenantReuse", "SubscriptionReuse", "ResourceGroupReuse", and "NoReuse". Default value: None
|
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. |
domain_name_label_scope
|
The Domain name label scope.The concatenation of the hashed ___domain name label that generated according to the policy from ___domain name label scope and vm index will be the ___domain name labels of the PublicIPAddress resources that will be created. Known values are: "TenantReuse", "SubscriptionReuse", "ResourceGroupReuse", and "NoReuse". |