azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

220 строки
23 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.cosmos.models.CosmosDBAccounts"
fullName: "com.azure.resourcemanager.cosmos.models.CosmosDBAccounts"
name: "CosmosDBAccounts"
nameWithType: "CosmosDBAccounts"
summary: "Entry point to Cosmos DB management API."
syntax: "public interface **CosmosDBAccounts**</br> extends <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cosmos.models.CosmosDBAccount.DefinitionStages.Blank?alt=com.azure.resourcemanager.cosmos.models.CosmosDBAccount.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cosmos.CosmosManager?alt=com.azure.resourcemanager.cosmos.CosmosManager&text=CosmosManager\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsBatchCreation?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsBatchCreation&text=SupportsBatchCreation\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cosmos.models.CosmosDBAccount?alt=com.azure.resourcemanager.cosmos.models.CosmosDBAccount&text=CosmosDBAccount\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById&text=SupportsGettingById\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cosmos.models.CosmosDBAccount?alt=com.azure.resourcemanager.cosmos.models.CosmosDBAccount&text=CosmosDBAccount\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById&text=SupportsDeletingById\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup&text=SupportsDeletingByResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cosmos.models.CosmosDBAccount?alt=com.azure.resourcemanager.cosmos.models.CosmosDBAccount&text=CosmosDBAccount\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cosmos.models.CosmosDBAccount?alt=com.azure.resourcemanager.cosmos.models.CosmosDBAccount&text=CosmosDBAccount\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup&text=SupportsGettingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cosmos.models.CosmosDBAccount?alt=com.azure.resourcemanager.cosmos.models.CosmosDBAccount&text=CosmosDBAccount\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.azure.resourcemanager.cosmos.models.CosmosDBAccounts.failoverPriorityChange(java.lang.String,java.lang.String,java.util.List<com.azure.resourcemanager.cosmos.models.Location>)"
fullName: "com.azure.resourcemanager.cosmos.models.CosmosDBAccounts.failoverPriorityChange(String groupName, String accountName, List<Location> failoverPolicies)"
name: "failoverPriorityChange(String groupName, String accountName, List<Location> failoverPolicies)"
nameWithType: "CosmosDBAccounts.failoverPriorityChange(String groupName, String accountName, List<Location> failoverPolicies)"
summary: "Changes the failover priority for the Azure CosmosDB database account."
modifiers:
- "abstract"
parameters:
- description: "the group name"
name: "groupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the account name"
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the list of failover policies"
name: "failoverPolicies"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.cosmos.models.Location?alt=com.azure.resourcemanager.cosmos.models.Location&text=Location\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract void failoverPriorityChange(String groupName, String accountName, List<Location> failoverPolicies)"
desc: "Changes the failover priority for the Azure CosmosDB database account. A failover priority of 0 indicates a write region. The maximum value for a failover priority = (total number of regions - 1). Failover priority values must be unique for each of the regions in which the database account exists."
- uid: "com.azure.resourcemanager.cosmos.models.CosmosDBAccounts.failoverPriorityChangeAsync(java.lang.String,java.lang.String,java.util.List<com.azure.resourcemanager.cosmos.models.Location>)"
fullName: "com.azure.resourcemanager.cosmos.models.CosmosDBAccounts.failoverPriorityChangeAsync(String groupName, String accountName, List<Location> failoverPolicies)"
name: "failoverPriorityChangeAsync(String groupName, String accountName, List<Location> failoverPolicies)"
nameWithType: "CosmosDBAccounts.failoverPriorityChangeAsync(String groupName, String accountName, List<Location> failoverPolicies)"
summary: "Changes the failover priority for the Azure CosmosDB database account."
modifiers:
- "abstract"
parameters:
- description: "the group name"
name: "groupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the account name"
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the list of failover policies"
name: "failoverPolicies"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.cosmos.models.Location?alt=com.azure.resourcemanager.cosmos.models.Location&text=Location\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract Mono<Void> failoverPriorityChangeAsync(String groupName, String accountName, List<Location> failoverPolicies)"
desc: "Changes the failover priority for the Azure CosmosDB database account. A failover priority of 0 indicates a write region. The maximum value for a failover priority = (total number of regions - 1). Failover priority values must be unique for each of the regions in which the database account exists."
returns:
description: "the ServiceResponse object if successful."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.cosmos.models.CosmosDBAccounts.listConnectionStrings(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cosmos.models.CosmosDBAccounts.listConnectionStrings(String groupName, String accountName)"
name: "listConnectionStrings(String groupName, String accountName)"
nameWithType: "CosmosDBAccounts.listConnectionStrings(String groupName, String accountName)"
summary: "Lists the connection strings for the specified Azure CosmosDB database account."
modifiers:
- "abstract"
parameters:
- description: "the group name"
name: "groupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the account name"
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract DatabaseAccountListConnectionStringsResult listConnectionStrings(String groupName, String accountName)"
desc: "Lists the connection strings for the specified Azure CosmosDB database account."
returns:
description: "a list of connection strings"
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.DatabaseAccountListConnectionStringsResult?alt=com.azure.resourcemanager.cosmos.models.DatabaseAccountListConnectionStringsResult&text=DatabaseAccountListConnectionStringsResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cosmos.models.CosmosDBAccounts.listConnectionStringsAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cosmos.models.CosmosDBAccounts.listConnectionStringsAsync(String groupName, String accountName)"
name: "listConnectionStringsAsync(String groupName, String accountName)"
nameWithType: "CosmosDBAccounts.listConnectionStringsAsync(String groupName, String accountName)"
summary: "Lists the connection strings for the specified Azure CosmosDB database account."
modifiers:
- "abstract"
parameters:
- description: "the group name"
name: "groupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the account name"
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<DatabaseAccountListConnectionStringsResult> listConnectionStringsAsync(String groupName, String accountName)"
desc: "Lists the connection strings for the specified Azure CosmosDB database account."
returns:
description: "a list of connection strings"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.cosmos.models.DatabaseAccountListConnectionStringsResult?alt=com.azure.resourcemanager.cosmos.models.DatabaseAccountListConnectionStringsResult&text=DatabaseAccountListConnectionStringsResult\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cosmos.models.CosmosDBAccounts.listKeys(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cosmos.models.CosmosDBAccounts.listKeys(String groupName, String accountName)"
name: "listKeys(String groupName, String accountName)"
nameWithType: "CosmosDBAccounts.listKeys(String groupName, String accountName)"
summary: "Lists the access keys for the specified Azure CosmosDB database account."
modifiers:
- "abstract"
parameters:
- description: "the group name"
name: "groupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the account name"
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract DatabaseAccountListKeysResult listKeys(String groupName, String accountName)"
desc: "Lists the access keys for the specified Azure CosmosDB database account."
returns:
description: "a list of keys"
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.DatabaseAccountListKeysResult?alt=com.azure.resourcemanager.cosmos.models.DatabaseAccountListKeysResult&text=DatabaseAccountListKeysResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cosmos.models.CosmosDBAccounts.listKeysAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cosmos.models.CosmosDBAccounts.listKeysAsync(String groupName, String accountName)"
name: "listKeysAsync(String groupName, String accountName)"
nameWithType: "CosmosDBAccounts.listKeysAsync(String groupName, String accountName)"
summary: "Lists the access keys for the specified Azure CosmosDB database account."
modifiers:
- "abstract"
parameters:
- description: "the group name"
name: "groupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the account name"
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<DatabaseAccountListKeysResult> listKeysAsync(String groupName, String accountName)"
desc: "Lists the access keys for the specified Azure CosmosDB database account."
returns:
description: "a list of keys"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.cosmos.models.DatabaseAccountListKeysResult?alt=com.azure.resourcemanager.cosmos.models.DatabaseAccountListKeysResult&text=DatabaseAccountListKeysResult\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cosmos.models.CosmosDBAccounts.listReadOnlyKeys(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cosmos.models.CosmosDBAccounts.listReadOnlyKeys(String groupName, String accountName)"
name: "listReadOnlyKeys(String groupName, String accountName)"
nameWithType: "CosmosDBAccounts.listReadOnlyKeys(String groupName, String accountName)"
summary: "Lists the read-only access keys for the specified Azure CosmosDB database account."
modifiers:
- "abstract"
parameters:
- description: "the group name"
name: "groupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the account name"
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract DatabaseAccountListReadOnlyKeysResult listReadOnlyKeys(String groupName, String accountName)"
desc: "Lists the read-only access keys for the specified Azure CosmosDB database account."
returns:
description: "a list of keys"
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.DatabaseAccountListReadOnlyKeysResult?alt=com.azure.resourcemanager.cosmos.models.DatabaseAccountListReadOnlyKeysResult&text=DatabaseAccountListReadOnlyKeysResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cosmos.models.CosmosDBAccounts.listReadOnlyKeysAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cosmos.models.CosmosDBAccounts.listReadOnlyKeysAsync(String groupName, String accountName)"
name: "listReadOnlyKeysAsync(String groupName, String accountName)"
nameWithType: "CosmosDBAccounts.listReadOnlyKeysAsync(String groupName, String accountName)"
summary: "Lists the read-only access keys for the specified Azure CosmosDB database account."
modifiers:
- "abstract"
parameters:
- description: "the group name"
name: "groupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the account name"
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<DatabaseAccountListReadOnlyKeysResult> listReadOnlyKeysAsync(String groupName, String accountName)"
desc: "Lists the read-only access keys for the specified Azure CosmosDB database account."
returns:
description: "a list of keys"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.cosmos.models.DatabaseAccountListReadOnlyKeysResult?alt=com.azure.resourcemanager.cosmos.models.DatabaseAccountListReadOnlyKeysResult&text=DatabaseAccountListReadOnlyKeysResult\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cosmos.models.CosmosDBAccounts.regenerateKey(java.lang.String,java.lang.String,com.azure.resourcemanager.cosmos.models.KeyKind)"
fullName: "com.azure.resourcemanager.cosmos.models.CosmosDBAccounts.regenerateKey(String groupName, String accountName, KeyKind keyKind)"
name: "regenerateKey(String groupName, String accountName, KeyKind keyKind)"
nameWithType: "CosmosDBAccounts.regenerateKey(String groupName, String accountName, KeyKind keyKind)"
summary: "Regenerates an access key for the specified Azure CosmosDB database account."
modifiers:
- "abstract"
parameters:
- description: "the group name"
name: "groupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the account name"
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the key kind"
name: "keyKind"
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.KeyKind?alt=com.azure.resourcemanager.cosmos.models.KeyKind&text=KeyKind\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void regenerateKey(String groupName, String accountName, KeyKind keyKind)"
desc: "Regenerates an access key for the specified Azure CosmosDB database account."
- uid: "com.azure.resourcemanager.cosmos.models.CosmosDBAccounts.regenerateKeyAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.cosmos.models.KeyKind)"
fullName: "com.azure.resourcemanager.cosmos.models.CosmosDBAccounts.regenerateKeyAsync(String groupName, String accountName, KeyKind keyKind)"
name: "regenerateKeyAsync(String groupName, String accountName, KeyKind keyKind)"
nameWithType: "CosmosDBAccounts.regenerateKeyAsync(String groupName, String accountName, KeyKind keyKind)"
summary: "Regenerates an access key for the specified Azure CosmosDB database account."
modifiers:
- "abstract"
parameters:
- description: "the group name"
name: "groupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the account name"
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the key kind"
name: "keyKind"
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.KeyKind?alt=com.azure.resourcemanager.cosmos.models.KeyKind&text=KeyKind\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Void> regenerateKeyAsync(String groupName, String accountName, KeyKind keyKind)"
desc: "Regenerates an access key for the specified Azure CosmosDB database account."
returns:
description: "the ServiceResponse object if successful."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
type: "interface"
desc: "Entry point to Cosmos DB management API."
implements:
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup&text=SupportsDeletingByResourceGroup\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById&text=SupportsGettingById\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cosmos.models.CosmosDBAccount?alt=com.azure.resourcemanager.cosmos.models.CosmosDBAccount&text=CosmosDBAccount\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup&text=SupportsGettingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cosmos.models.CosmosDBAccount?alt=com.azure.resourcemanager.cosmos.models.CosmosDBAccount&text=CosmosDBAccount\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cosmos.models.CosmosDBAccount?alt=com.azure.resourcemanager.cosmos.models.CosmosDBAccount&text=CosmosDBAccount\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cosmos.CosmosManager?alt=com.azure.resourcemanager.cosmos.CosmosManager&text=CosmosManager\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsBatchCreation?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsBatchCreation&text=SupportsBatchCreation\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cosmos.models.CosmosDBAccount?alt=com.azure.resourcemanager.cosmos.models.CosmosDBAccount&text=CosmosDBAccount\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cosmos.models.CosmosDBAccount.DefinitionStages.Blank?alt=com.azure.resourcemanager.cosmos.models.CosmosDBAccount.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById&text=SupportsDeletingById\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cosmos.models.CosmosDBAccount?alt=com.azure.resourcemanager.cosmos.models.CosmosDBAccount&text=CosmosDBAccount\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.cosmos.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-cosmos:2.42.0