azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

56 строки
4.0 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.cosmosdb.DatabaseAccountListKeysResult"
fullName: "com.microsoft.azure.management.cosmosdb.DatabaseAccountListKeysResult"
name: "DatabaseAccountListKeysResult"
nameWithType: "DatabaseAccountListKeysResult"
summary: "An immutable client-side representation of an Azure Cosmos DB Database<wbr>Account<wbr>List<wbr>Keys<wbr>Result."
syntax: "public interface **DatabaseAccountListKeysResult**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cosmosdb.implementation.DatabaseAccountListKeysResultInner?alt=com.microsoft.azure.management.cosmosdb.implementation.DatabaseAccountListKeysResultInner&text=DatabaseAccountListKeysResultInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.cosmosdb.DatabaseAccountListKeysResult.primaryMasterKey()"
fullName: "com.microsoft.azure.management.cosmosdb.DatabaseAccountListKeysResult.primaryMasterKey()"
name: "primaryMasterKey()"
nameWithType: "DatabaseAccountListKeysResult.primaryMasterKey()"
modifiers:
- "abstract"
syntax: "public abstract String primaryMasterKey()"
returns:
description: "Base 64 encoded value of the primary read-write key."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cosmosdb.DatabaseAccountListKeysResult.primaryReadonlyMasterKey()"
fullName: "com.microsoft.azure.management.cosmosdb.DatabaseAccountListKeysResult.primaryReadonlyMasterKey()"
name: "primaryReadonlyMasterKey()"
nameWithType: "DatabaseAccountListKeysResult.primaryReadonlyMasterKey()"
modifiers:
- "abstract"
syntax: "public abstract String primaryReadonlyMasterKey()"
returns:
description: "Base 64 encoded value of the primary read-only key."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cosmosdb.DatabaseAccountListKeysResult.secondaryMasterKey()"
fullName: "com.microsoft.azure.management.cosmosdb.DatabaseAccountListKeysResult.secondaryMasterKey()"
name: "secondaryMasterKey()"
nameWithType: "DatabaseAccountListKeysResult.secondaryMasterKey()"
modifiers:
- "abstract"
syntax: "public abstract String secondaryMasterKey()"
returns:
description: "Base 64 encoded value of the secondary read-write key."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cosmosdb.DatabaseAccountListKeysResult.secondaryReadonlyMasterKey()"
fullName: "com.microsoft.azure.management.cosmosdb.DatabaseAccountListKeysResult.secondaryReadonlyMasterKey()"
name: "secondaryReadonlyMasterKey()"
nameWithType: "DatabaseAccountListKeysResult.secondaryReadonlyMasterKey()"
modifiers:
- "abstract"
syntax: "public abstract String secondaryReadonlyMasterKey()"
returns:
description: "Base 64 encoded value of the secondary read-only key."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of an Azure Cosmos DB DatabaseAccountListKeysResult."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cosmosdb.implementation.DatabaseAccountListKeysResultInner?alt=com.microsoft.azure.management.cosmosdb.implementation.DatabaseAccountListKeysResultInner&text=DatabaseAccountListKeysResultInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.cosmosdb"
artifact: com.microsoft.azure:azure-mgmt-cosmosdb:1.41.4