Interface DatabaseAccountListKeysResult
-
- All Superinterfaces:
HasInnerModel<DatabaseAccountListKeysResultInner>
public interface DatabaseAccountListKeysResult extends HasInnerModel<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()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
-
-
-
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.
-
-