Table of Contents

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

string

PrimaryReadonlyMasterKey

Gets Base 64 encoded value of the primary read-only key.

string PrimaryReadonlyMasterKey { get; }

Property Value

string

SecondaryMasterKey

Gets Base 64 encoded value of the secondary read-write key.

string SecondaryMasterKey { get; }

Property Value

string

SecondaryReadonlyMasterKey

Gets Base 64 encoded value of the secondary read-only key.

string SecondaryReadonlyMasterKey { get; }

Property Value

string