Sku Class
The sku of this Bastion Host.
- Inheritance
-
azure.mgmt.network._serialization.ModelSku
Constructor
Sku(*, name: str | _models.BastionHostSkuName = 'Standard', **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the sku of this Bastion Host. Known values are: "Basic", "Standard", "Developer", and "Premium". Default value: Standard
|
Variables
Name | Description |
---|---|
name
|
The name of the sku of this Bastion Host. Known values are: "Basic", "Standard", "Developer", and "Premium". |
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