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. |