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". |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python