IntegrationServiceEnvironmentSkuDefinitionSku Class
The sku.
Constructor
IntegrationServiceEnvironmentSkuDefinitionSku(*, name: str | IntegrationServiceEnvironmentSkuName | None = None, tier: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The sku name. Possible values include: "NotSpecified", "Premium", "Developer". Default value: None
|
tier
|
The sku tier. Default value: None
|
Variables
Name | Description |
---|---|
name
|
The sku name. Possible values include: "NotSpecified", "Premium", "Developer". |
tier
|
The sku tier. |
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