次の方法で共有


CosmosDBAccountCreateOrUpdateContent コンストラクター

定義

CosmosDBAccountCreateOrUpdateContent の新しいインスタンスを初期化します。

public CosmosDBAccountCreateOrUpdateContent (Azure.Core.AzureLocation location, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CosmosDB.Models.CosmosDBAccountLocation> locations);
new Azure.ResourceManager.CosmosDB.Models.CosmosDBAccountCreateOrUpdateContent : Azure.Core.AzureLocation * seq<Azure.ResourceManager.CosmosDB.Models.CosmosDBAccountLocation> -> Azure.ResourceManager.CosmosDB.Models.CosmosDBAccountCreateOrUpdateContent
Public Sub New (location As AzureLocation, locations As IEnumerable(Of CosmosDBAccountLocation))

パラメーター

location
AzureLocation

場所。

locations
IEnumerable<CosmosDBAccountLocation>

Cosmos DB アカウントで有効になっている georeplication の場所を含む配列。

例外

locations が null です。

適用対象