PublicIPPrefix Class
Public IP prefix resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2020_04_01.models._models_py3.ResourcePublicIPPrefix
Constructor
PublicIPPrefix(*, id: typing.Union[str, NoneType] = None, location: typing.Union[str, NoneType] = None, tags: typing.Union[typing.Dict[str, str], NoneType] = None, sku: typing.Union[_ForwardRef('PublicIPPrefixSku'), NoneType] = None, zones: typing.Union[typing.List[str], NoneType] = None, public_ip_address_version: typing.Union[str, _ForwardRef('IPVersion'), NoneType] = None, ip_tags: typing.Union[typing.List[_ForwardRef('IpTag')], NoneType] = None, prefix_length: typing.Union[int, NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- location
- str
Resource location.
The public IP prefix SKU.
A list of availability zones denoting the IP allocated for the resource needs to come from.
The public IP address version. Possible values include: "IPv4", "IPv6".
- prefix_length
- int
The Length of the Public IP Prefix.
Variables
- name
- str
Resource name.
- type
- str
Resource type.
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- ip_prefix
- str
The allocated Prefix.
- public_ip_addresses
- list[ReferencedPublicIpAddress]
The list of all referenced PublicIPAddresses.
- load_balancer_frontend_ip_configuration
- SubResource
The reference to load balancer frontend IP configuration associated with the public IP prefix.
- resource_guid
- str
The resource GUID property of the public IP prefix resource.
- provisioning_state
- str or ProvisioningState
The provisioning state of the public IP prefix resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for