221 строка
24 KiB
YAML
221 строка
24 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.cosmosdb.CosmosDBAccounts"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.CosmosDBAccounts"
|
|
name: "CosmosDBAccounts"
|
|
nameWithType: "CosmosDBAccounts"
|
|
summary: "Entry point to Cosmos DB management API."
|
|
syntax: "public interface **CosmosDBAccounts**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.Blank?alt=com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cosmosdb.implementation.CosmosDBManager?alt=com.microsoft.azure.management.cosmosdb.implementation.CosmosDBManager&text=CosmosDBManager\" data-throw-if-not-resolved=\"False\" />>, <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\" /><<xref href=\"com.microsoft.azure.management.cosmosdb.implementation.DatabaseAccountsInner?alt=com.microsoft.azure.management.cosmosdb.implementation.DatabaseAccountsInner&text=DatabaseAccountsInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation&text=SupportsBatchCreation\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cosmosdb.CosmosDBAccount?alt=com.microsoft.azure.management.cosmosdb.CosmosDBAccount&text=CosmosDBAccount\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById&text=SupportsGettingById\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cosmosdb.CosmosDBAccount?alt=com.microsoft.azure.management.cosmosdb.CosmosDBAccount&text=CosmosDBAccount\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById&text=SupportsDeletingById\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup&text=SupportsDeletingByResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cosmosdb.CosmosDBAccount?alt=com.microsoft.azure.management.cosmosdb.CosmosDBAccount&text=CosmosDBAccount\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cosmosdb.CosmosDBAccount?alt=com.microsoft.azure.management.cosmosdb.CosmosDBAccount&text=CosmosDBAccount\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup&text=SupportsGettingByResourceGroup\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cosmosdb.CosmosDBAccount?alt=com.microsoft.azure.management.cosmosdb.CosmosDBAccount&text=CosmosDBAccount\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.cosmosdb.CosmosDBAccounts.failoverPriorityChange(java.lang.String,java.lang.String,java.util.List<com.microsoft.azure.management.cosmosdb.Location>)"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the account name"
|
|
name: "accountName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the list of failover policies"
|
|
name: "failoverPolicies"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cosmosdb.Location?alt=com.microsoft.azure.management.cosmosdb.Location&text=Location\" data-throw-if-not-resolved=\"False\" />>"
|
|
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.microsoft.azure.management.cosmosdb.CosmosDBAccounts.failoverPriorityChangeAsync(java.lang.String,java.lang.String,java.util.List<com.microsoft.azure.management.cosmosdb.Location>)"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the account name"
|
|
name: "accountName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the list of failover policies"
|
|
name: "failoverPolicies"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cosmosdb.Location?alt=com.microsoft.azure.management.cosmosdb.Location&text=Location\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public abstract Observable<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: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.cosmosdb.CosmosDBAccounts.listConnectionStrings(java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the account name"
|
|
name: "accountName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
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.microsoft.azure.management.cosmosdb.DatabaseAccountListConnectionStringsResult?alt=com.microsoft.azure.management.cosmosdb.DatabaseAccountListConnectionStringsResult&text=DatabaseAccountListConnectionStringsResult\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cosmosdb.CosmosDBAccounts.listConnectionStringsAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the account name"
|
|
name: "accountName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<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: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cosmosdb.DatabaseAccountListConnectionStringsResult?alt=com.microsoft.azure.management.cosmosdb.DatabaseAccountListConnectionStringsResult&text=DatabaseAccountListConnectionStringsResult\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.cosmosdb.CosmosDBAccounts.listKeys(java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the account name"
|
|
name: "accountName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
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.microsoft.azure.management.cosmosdb.DatabaseAccountListKeysResult?alt=com.microsoft.azure.management.cosmosdb.DatabaseAccountListKeysResult&text=DatabaseAccountListKeysResult\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cosmosdb.CosmosDBAccounts.listKeysAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the account name"
|
|
name: "accountName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<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: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cosmosdb.DatabaseAccountListKeysResult?alt=com.microsoft.azure.management.cosmosdb.DatabaseAccountListKeysResult&text=DatabaseAccountListKeysResult\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.cosmosdb.CosmosDBAccounts.listReadOnlyKeys(java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the account name"
|
|
name: "accountName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
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.microsoft.azure.management.cosmosdb.DatabaseAccountListReadOnlyKeysResult?alt=com.microsoft.azure.management.cosmosdb.DatabaseAccountListReadOnlyKeysResult&text=DatabaseAccountListReadOnlyKeysResult\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cosmosdb.CosmosDBAccounts.listReadOnlyKeysAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the account name"
|
|
name: "accountName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<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: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cosmosdb.DatabaseAccountListReadOnlyKeysResult?alt=com.microsoft.azure.management.cosmosdb.DatabaseAccountListReadOnlyKeysResult&text=DatabaseAccountListReadOnlyKeysResult\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.cosmosdb.CosmosDBAccounts.regenerateKey(java.lang.String,java.lang.String,com.microsoft.azure.management.cosmosdb.KeyKind)"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the account name"
|
|
name: "accountName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the key kind"
|
|
name: "keyKind"
|
|
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.KeyKind?alt=com.microsoft.azure.management.cosmosdb.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.microsoft.azure.management.cosmosdb.CosmosDBAccounts.regenerateKeyAsync(java.lang.String,java.lang.String,com.microsoft.azure.management.cosmosdb.KeyKind)"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the account name"
|
|
name: "accountName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the key kind"
|
|
name: "keyKind"
|
|
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.KeyKind?alt=com.microsoft.azure.management.cosmosdb.KeyKind&text=KeyKind\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<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: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Entry point to Cosmos DB management API."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup&text=SupportsDeletingByResourceGroup\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById&text=SupportsGettingById\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cosmosdb.CosmosDBAccount?alt=com.microsoft.azure.management.cosmosdb.CosmosDBAccount&text=CosmosDBAccount\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup&text=SupportsGettingByResourceGroup\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cosmosdb.CosmosDBAccount?alt=com.microsoft.azure.management.cosmosdb.CosmosDBAccount&text=CosmosDBAccount\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cosmosdb.CosmosDBAccount?alt=com.microsoft.azure.management.cosmosdb.CosmosDBAccount&text=CosmosDBAccount\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cosmosdb.implementation.CosmosDBManager?alt=com.microsoft.azure.management.cosmosdb.implementation.CosmosDBManager&text=CosmosDBManager\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation&text=SupportsBatchCreation\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cosmosdb.CosmosDBAccount?alt=com.microsoft.azure.management.cosmosdb.CosmosDBAccount&text=CosmosDBAccount\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.Blank?alt=com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById&text=SupportsDeletingById\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cosmosdb.CosmosDBAccount?alt=com.microsoft.azure.management.cosmosdb.CosmosDBAccount&text=CosmosDBAccount\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<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\" /><<xref href=\"com.microsoft.azure.management.cosmosdb.implementation.DatabaseAccountsInner?alt=com.microsoft.azure.management.cosmosdb.implementation.DatabaseAccountsInner&text=DatabaseAccountsInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.cosmosdb"
|
|
artifact: com.microsoft.azure:azure-mgmt-cosmosdb:1.41.4
|