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". |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python