Table of Contents

Interface IDatabaseAccountListReadOnlyKeysResult

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

An immutable client-side representation of an Azure Cosmos DB DatabaseAccountListReadOnlyKeysResult.

public interface IDatabaseAccountListReadOnlyKeysResult : IBeta, IHasInner<DatabaseAccountListReadOnlyKeysResultInner>

Properties

PrimaryReadonlyMasterKey

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

string PrimaryReadonlyMasterKey { get; }

Property Value

string

SecondaryReadonlyMasterKey

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

string SecondaryReadonlyMasterKey { get; }

Property Value

string