PolicySku Class
The policy sku.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.resource.policy._serialization.ModelPolicySku
Constructor
PolicySku(*, name: str, tier: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the policy sku. Possible values are A0 and A1. Required. |
tier
|
The policy sku tier. Possible values are Free and Standard. |
Variables
Name | Description |
---|---|
name
|
The name of the policy sku. Possible values are A0 and A1. Required. |
tier
|
The policy sku tier. Possible values are Free and Standard. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python