VirtualMachineScaleSetPublicIPAddressConfiguration Class
Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration.
All required parameters must be populated in order to send to server.
Constructor
VirtualMachineScaleSetPublicIPAddressConfiguration(*, name: str, idle_timeout_in_minutes: int | None = None, dns_settings: _models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The publicIP address configuration name. Required. |
idle_timeout_in_minutes
|
The idle timeout of the public IP address. |
dns_settings
|
The dns settings to be applied on the publicIP addresses . |
Variables
Name | Description |
---|---|
name
|
The publicIP address configuration name. Required. |
idle_timeout_in_minutes
|
The idle timeout of the public IP address. |
dns_settings
|
The dns settings to be applied on the publicIP addresses . |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python