PublicIPAddressSku Class
Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
- Inheritance
-
azure.mgmt.compute._serialization.ModelPublicIPAddressSku
Constructor
PublicIPAddressSku(*, name: str | _models.PublicIPAddressSkuName | None = None, tier: str | _models.PublicIPAddressSkuTier | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Specify public IP sku name. Known values are: "Basic" and "Standard". |
tier
|
Specify public IP sku tier. Known values are: "Regional", "Global", and "Global". |
Variables
Name | Description |
---|---|
name
|
Specify public IP sku name. Known values are: "Basic" and "Standard". |
tier
|
Specify public IP sku tier. 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