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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python