IntegrationServiceEnvironmentSku Class
The integration service environment sku.
- Inheritance
-
msrest.serialization.ModelIntegrationServiceEnvironmentSku
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". |
capacity
|
The sku capacity. |
Variables
Name | Description |
---|---|
name
|
The sku name. Possible values include: "NotSpecified", "Premium", "Developer". |
capacity
|
The sku capacity. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python