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