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". |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python