| Modifier and Type | Method and Description |
|---|---|
Sku |
ManagedInstanceUpdate.sku()
Get managed instance sku.
|
Sku |
Sku.withCapacity(Integer capacity)
Set if the SKU supports scale out/in then the capacity integer should be included.
|
Sku |
Sku.withFamily(String family)
Set if the service has different generations of hardware, for the same SKU, then that can be captured here.
|
Sku |
Sku.withName(String name)
Set the name of the SKU.
|
Sku |
Sku.withSize(String size)
Set the SKU size.
|
Sku |
Sku.withTier(String tier)
Set this field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withSku(Sku sku)
Set managed instance sku.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/