Interface DatabaseAccountListReadOnlyKeysResult

  • All Superinterfaces:
    com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.cosmosdb.implementation.DatabaseAccountListReadOnlyKeysResultInner>

    @Beta(V1_8_0)
    public interface DatabaseAccountListReadOnlyKeysResult
    extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.cosmosdb.implementation.DatabaseAccountListReadOnlyKeysResultInner>
    An immutable client-side representation of an Azure Cosmos DB DatabaseAccountListReadOnlyKeysResult.
    • Method Detail

      • 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.