MongoDBDatabaseCreateOrUpdateContent Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of MongoDBDatabaseCreateOrUpdateContent.
public MongoDBDatabaseCreateOrUpdateContent (Azure.Core.AzureLocation location, Azure.ResourceManager.CosmosDB.Models.MongoDBDatabaseResourceInfo resource);
new Azure.ResourceManager.CosmosDB.Models.MongoDBDatabaseCreateOrUpdateContent : Azure.Core.AzureLocation * Azure.ResourceManager.CosmosDB.Models.MongoDBDatabaseResourceInfo -> Azure.ResourceManager.CosmosDB.Models.MongoDBDatabaseCreateOrUpdateContent
Public Sub New (location As AzureLocation, resource As MongoDBDatabaseResourceInfo)
Parameters
- location
- AzureLocation
The location.
- resource
- MongoDBDatabaseResourceInfo
The standard JSON format of a MongoDB database.
Exceptions
resource
is null.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET