public class ElasticPoolDtuCapability extends Object
| Constructor and Description |
|---|
ElasticPoolDtuCapability() |
| Modifier and Type | Method and Description |
|---|---|
MaxSizeCapability |
includedMaxSize()
Get the included (free) max size for this service level objective.
|
Long |
limit()
Get the maximum size of the database (see 'unit' for the units).
|
Long |
maxDatabaseCount()
Get the maximum number of databases supported.
|
CapabilityStatus |
status()
Get the status of the capability.
|
List<MaxSizeCapability> |
supportedMaxSizes()
Get the list of supported max sizes.
|
List<ElasticPoolPerDatabaseMaxDtuCapability> |
supportedPerDatabaseMaxDtus()
Get the list of supported max database DTUs.
|
List<MaxSizeCapability> |
supportedPerDatabaseMaxSizes()
Get the list of supported max database sizes.
|
public Long limit()
public Long maxDatabaseCount()
public CapabilityStatus status()
public List<MaxSizeCapability> supportedMaxSizes()
public MaxSizeCapability includedMaxSize()
public List<MaxSizeCapability> supportedPerDatabaseMaxSizes()
public List<ElasticPoolPerDatabaseMaxDtuCapability> supportedPerDatabaseMaxDtus()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/