Interface DatabaseAccountListKeysResult
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.cosmosdb.implementation.DatabaseAccountListKeysResultInner>
@Beta(V1_8_0) public interface DatabaseAccountListKeysResult extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.cosmosdb.implementation.DatabaseAccountListKeysResultInner>An immutable client-side representation of an Azure Cosmos DB DatabaseAccountListKeysResult.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringprimaryMasterKey()StringprimaryReadonlyMasterKey()StringsecondaryMasterKey()StringsecondaryReadonlyMasterKey()
-
-
-
Method Detail
-
primaryMasterKey
String primaryMasterKey()
- Returns:
- Base 64 encoded value of the primary read-write key.
-
secondaryMasterKey
String secondaryMasterKey()
- Returns:
- Base 64 encoded value of the secondary read-write key.
-
primaryReadonlyMasterKey
String primaryReadonlyMasterKey()
- Returns:
- Base 64 encoded value of the primary read-only key.
-
secondaryReadonlyMasterKey
String secondaryReadonlyMasterKey()
- Returns:
- Base 64 encoded value of the secondary read-only key.
-
-