Package | Description |
---|---|
com.microsoft.azure.management.search |
This package contains the classes for SearchManagementClient.
|
Modifier and Type | Method and Description |
---|---|
static SkuName |
SkuName.fromString(String value)
Parses a serialized value to a SkuName instance.
|
SkuName |
Sku.name()
Get the name value.
|
static SkuName |
SkuName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SkuName[] |
SkuName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Sku |
Sku.withName(SkuName name)
Set the name value.
|
SearchService.DefinitionStages.WithCreate |
SearchService.DefinitionStages.WithSku.withSku(SkuName skuName)
Specifies the SKU of the Search service.
|
Copyright © 2019. All rights reserved.