Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public interface DatabaseAccounts extends SupportsCreating<DatabaseAccount.Defin
Observable<DatabaseAccountUsage> listUsagesAsync(String resourceGroupName, String accountName);

/**
* Retrieves metric defintions for the given database account.
* Retrieves metric definitions for the given database account.
*
* @param resourceGroupName Name of an Azure resource group.
* @param accountName Cosmos DB database account name.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2315,7 +2315,7 @@ private ServiceResponse<PageImpl<UsageInner>> listUsagesDelegate(Response<Respon
}

/**
* Retrieves metric defintions for the given database account.
* Retrieves metric definitions for the given database account.
*
* @param resourceGroupName Name of an Azure resource group.
* @param accountName Cosmos DB database account name.
Expand All @@ -2329,7 +2329,7 @@ public List<MetricDefinitionInner> listMetricDefinitions(String resourceGroupNam
}

/**
* Retrieves metric defintions for the given database account.
* Retrieves metric definitions for the given database account.
*
* @param resourceGroupName Name of an Azure resource group.
* @param accountName Cosmos DB database account name.
Expand All @@ -2342,7 +2342,7 @@ public ServiceFuture<List<MetricDefinitionInner>> listMetricDefinitionsAsync(Str
}

/**
* Retrieves metric defintions for the given database account.
* Retrieves metric definitions for the given database account.
*
* @param resourceGroupName Name of an Azure resource group.
* @param accountName Cosmos DB database account name.
Expand All @@ -2359,7 +2359,7 @@ public List<MetricDefinitionInner> call(ServiceResponse<List<MetricDefinitionInn
}

/**
* Retrieves metric defintions for the given database account.
* Retrieves metric definitions for the given database account.
*
* @param resourceGroupName Name of an Azure resource group.
* @param accountName Cosmos DB database account name.
Expand Down