Table of Contents

Class MongoDBCollectionGetResultsInner

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.Models
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

An Azure Cosmos DB MongoDB collection.

public class MongoDBCollectionGetResultsInner : ARMResourcePropertiesInner
Inheritance
MongoDBCollectionGetResultsInner

Constructors

MongoDBCollectionGetResultsInner()

Initializes a new instance of the MongoDBCollectionGetResultsInner class.

public MongoDBCollectionGetResultsInner()

MongoDBCollectionGetResultsInner(string, string, string, string, IDictionary<string, string>, MongoDBCollectionGetPropertiesResource)

Initializes a new instance of the MongoDBCollectionGetResultsInner class.

public MongoDBCollectionGetResultsInner(string location, string id = null, string name = null, string type = null, IDictionary<string, string> tags = null, MongoDBCollectionGetPropertiesResource resource = null)

Parameters

location string
id string
name string
type string
tags IDictionary<string, string>
resource MongoDBCollectionGetPropertiesResource

Properties

Resource

public MongoDBCollectionGetPropertiesResource Resource { get; set; }

Property Value

MongoDBCollectionGetPropertiesResource

Methods

Validate()

Validate the object.

public override void Validate()

Exceptions

Microsoft.Rest.ValidationException

Thrown if validation fails