| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Sku |
Sku.withCapacity(Integer capacity)
Set the SKU capacity.
|
Sku |
Sku.withFamily(String family)
Set the SKU family.
|
Sku |
Sku.withModel(String model)
Set the SKU model.
|
Sku |
Sku.withName(String name)
Set the SKU name.
|
Sku |
Sku.withSize(String size)
Set the SKU size.
|
Sku |
Sku.withTier(String tier)
Set the SKU tier.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/