IntegrationServiceEnvironmentSkuDefinition Class
The integration service environment sku definition.
- Inheritance
-
msrest.serialization.ModelIntegrationServiceEnvironmentSkuDefinition
Constructor
IntegrationServiceEnvironmentSkuDefinition(*, resource_type: str | None = None, sku: IntegrationServiceEnvironmentSkuDefinitionSku | None = None, capacity: IntegrationServiceEnvironmentSkuCapacity | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
resource_type
|
The resource type. |
sku
|
The sku. |
capacity
|
The sku capacity. |
Variables
Name | Description |
---|---|
resource_type
|
The resource type. |
sku
|
The sku. |
capacity
|
The sku capacity. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python