IntegrationServiceEnvironmentSkuDefinitionInner Class
- java.
lang. Object - com.
azure. resourcemanager. logic. fluent. models. IntegrationServiceEnvironmentSkuDefinitionInner
- com.
Implements
public final class IntegrationServiceEnvironmentSkuDefinitionInner
implements JsonSerializable<IntegrationServiceEnvironmentSkuDefinitionInner>
The integration service environment sku definition.
Constructor Summary
| Constructor | Description |
|---|---|
| IntegrationServiceEnvironmentSkuDefinitionInner() |
Creates an instance of Integration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Integration |
capacity()
Get the capacity property: The sku capacity. |
|
static
Integration |
fromJson(JsonReader jsonReader)
Reads an instance of Integration |
| String |
resourceType()
Get the resource |
|
Integration |
sku()
Get the sku property: The sku. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Integration |
withCapacity(IntegrationServiceEnvironmentSkuCapacity capacity)
Set the capacity property: The sku capacity. |
|
Integration |
withResourceType(String resourceType)
Set the resource |
|
Integration |
withSku(IntegrationServiceEnvironmentSkuDefinitionSku sku)
Set the sku property: The sku. |
Methods inherited from java.lang.Object
Constructor Details
IntegrationServiceEnvironmentSkuDefinitionInner
public IntegrationServiceEnvironmentSkuDefinitionInner()
Creates an instance of IntegrationServiceEnvironmentSkuDefinitionInner class.
Method Details
capacity
public IntegrationServiceEnvironmentSkuCapacity capacity()
Get the capacity property: The sku capacity.
Returns:
fromJson
public static IntegrationServiceEnvironmentSkuDefinitionInner fromJson(JsonReader jsonReader)
Reads an instance of IntegrationServiceEnvironmentSkuDefinitionInner from the JsonReader.
Parameters:
Returns:
Throws:
resourceType
public String resourceType()
Get the resourceType property: The resource type.
Returns:
sku
public IntegrationServiceEnvironmentSkuDefinitionSku sku()
Get the sku property: The sku.
Returns:
toJson
validate
public void validate()
Validates the instance.
withCapacity
public IntegrationServiceEnvironmentSkuDefinitionInner withCapacity(IntegrationServiceEnvironmentSkuCapacity capacity)
Set the capacity property: The sku capacity.
Parameters:
Returns:
withResourceType
public IntegrationServiceEnvironmentSkuDefinitionInner withResourceType(String resourceType)
Set the resourceType property: The resource type.
Parameters:
Returns:
withSku
public IntegrationServiceEnvironmentSkuDefinitionInner withSku(IntegrationServiceEnvironmentSkuDefinitionSku sku)
Set the sku property: The sku.
Parameters:
Returns: