Interface IDatabaseAccountListKeysResult
- Namespace
- Microsoft.Azure.Management.CosmosDB.Fluent
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
An immutable client-side representation of an Azure Cosmos DB DatabaseAccountListKeysResult.
public interface IDatabaseAccountListKeysResult : IBeta, IHasInner<DatabaseAccountListKeysResultInner>
Properties
PrimaryMasterKey
Gets Base 64 encoded value of the primary read-write key.
string PrimaryMasterKey { get; }
Property Value
PrimaryReadonlyMasterKey
Gets Base 64 encoded value of the primary read-only key.
string PrimaryReadonlyMasterKey { get; }
Property Value
SecondaryMasterKey
Gets Base 64 encoded value of the secondary read-write key.
string SecondaryMasterKey { get; }
Property Value
SecondaryReadonlyMasterKey
Gets Base 64 encoded value of the secondary read-only key.
string SecondaryReadonlyMasterKey { get; }