public class ElasticPoolEditionCapability extends Object
| Constructor and Description |
|---|
ElasticPoolEditionCapability() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the elastic pool edition name.
|
CapabilityStatus |
status()
Get the status of the elastic pool edition.
|
List<ElasticPoolDtuCapability> |
supportedElasticPoolDtus()
Get the list of supported elastic pool DTU levels for the edition.
|
Boolean |
zoneRedundant()
Get whether or not zone redundancy is supported for the edition.
|
public String name()
public CapabilityStatus status()
public List<ElasticPoolDtuCapability> supportedElasticPoolDtus()
public Boolean zoneRedundant()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/