SubnetSharedPublicIpAddressConfiguration Class
Configuration for public IP address sharing.
- Inheritance
-
msrest.serialization.ModelSubnetSharedPublicIpAddressConfiguration
Constructor
SubnetSharedPublicIpAddressConfiguration(*, allowed_ports: List[Port] | None = None, **kwargs)
Parameters
Name | Description |
---|---|
allowed_ports
Required
|
Backend ports that virtual machines on this subnet are allowed to expose. |
Keyword-Only Parameters
Name | Description |
---|---|
allowed_ports
Required
|
|
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