LoadBalancerSku Class
SKU of a load balancer.
- Inheritance
-
azure.mgmt.network._serialization.ModelLoadBalancerSku
Constructor
LoadBalancerSku(*, name: str | _models.LoadBalancerSkuName | None = None, tier: str | _models.LoadBalancerSkuTier | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Name of a load balancer SKU. Known values are: "Basic", "Standard", and "Gateway". |
tier
|
Tier of a load balancer SKU. Known values are: "Regional", "Global", and "Global". |
Variables
Name | Description |
---|---|
name
|
Name of a load balancer SKU. Known values are: "Basic", "Standard", and "Gateway". |
tier
|
Tier of a load balancer 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