AccountSku Class
The Sku.
- Inheritance
-
msrest.serialization.ModelAccountSku
Constructor
AccountSku(*, capacity: int | None = None, name: str | Name | None = None, **kwargs)
Parameters
Name | Description |
---|---|
capacity
Required
|
Gets or sets the sku capacity. Possible values include: 4, 16. |
name
Required
|
Gets or sets the sku name. Possible values include: "Standard". |
Keyword-Only Parameters
Name | Description |
---|---|
capacity
Required
|
|
name
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python