Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the MongoDBCollectionGetResults
 /// class.
 /// </summary>
 /// <param name="id">The unique resource identifier of the ARM
 /// resource.</param>
 /// <param name="name">The name of the ARM resource.</param>
 /// <param name="type">The type of Azure resource.</param>
 /// <param name="location">The location of the resource group to which
 /// the resource belongs.</param>
 public MongoDBCollectionGetResults(string id = default(string), string name = default(string), string type = default(string), string location = default(string), IDictionary <string, string> tags = default(IDictionary <string, string>), ManagedServiceIdentity identity = default(ManagedServiceIdentity), MongoDBCollectionGetPropertiesResource resource = default(MongoDBCollectionGetPropertiesResource), MongoDBCollectionGetPropertiesOptions options = default(MongoDBCollectionGetPropertiesOptions))
     : base(id, name, type, location, tags, identity)
 {
     Resource = resource;
     Options  = options;
     CustomInit();
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the MongoDBCollectionGetResults
 /// class.
 /// </summary>
 /// <param name="id">The unique resource identifier of the ARM
 /// resource.</param>
 /// <param name="name">The name of the ARM resource.</param>
 /// <param name="type">The type of Azure resource.</param>
 /// <param name="location">The location of the resource group to which
 /// the resource belongs.</param>
 public MongoDBCollectionGetResults(string id = default(string), string name = default(string), string type = default(string), string location = default(string), IDictionary <string, string> tags = default(IDictionary <string, string>), MongoDBCollectionGetPropertiesResource resource = default(MongoDBCollectionGetPropertiesResource))
     : base(id, name, type, location, tags)
 {
     Resource = resource;
     CustomInit();
 }