次の方法で共有


CosmosDBTableCreateOrUpdateContent コンストラクター

定義

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

public CosmosDBTableCreateOrUpdateContent (Azure.Core.AzureLocation location, Azure.ResourceManager.CosmosDB.Models.CosmosDBTableResourceInfo resource);
new Azure.ResourceManager.CosmosDB.Models.CosmosDBTableCreateOrUpdateContent : Azure.Core.AzureLocation * Azure.ResourceManager.CosmosDB.Models.CosmosDBTableResourceInfo -> Azure.ResourceManager.CosmosDB.Models.CosmosDBTableCreateOrUpdateContent
Public Sub New (location As AzureLocation, resource As CosmosDBTableResourceInfo)

パラメーター

location
AzureLocation

場所。

resource
CosmosDBTableResourceInfo

Table の標準的な JSON 形式。

例外

resource が null です。

適用対象