PublicIPAddressSku Class
SKU of a public IP address.
- Inheritance
-
azure.mgmt.network._serialization.ModelPublicIPAddressSku
Constructor
PublicIPAddressSku(*, name: str | _models.PublicIPAddressSkuName | None = None, tier: str | _models.PublicIPAddressSkuTier | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Name of a public IP address SKU. Known values are: "Basic" and "Standard". |
tier
|
Tier of a public IP address SKU. Known values are: "Regional", "Global", and "Global". |
Variables
Name | Description |
---|---|
name
|
Name of a public IP address SKU. Known values are: "Basic" and "Standard". |
tier
|
Tier of a public IP address SKU. Known values are: "Regional", "Global", and "Global". |
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