Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the TableCreateUpdateParameters
 /// class.
 /// </summary>
 /// <param name="resource">The standard JSON format of a Table</param>
 /// <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>
 /// <param name="options">A key-value pair of options to be applied for
 /// the request. This corresponds to the headers sent with the
 /// request.</param>
 public TableCreateUpdateParameters(TableResource resource, string id = default(string), string name = default(string), string type = default(string), string location = default(string), IDictionary <string, string> tags = default(IDictionary <string, string>), CreateUpdateOptions options = default(CreateUpdateOptions))
     : base(id, name, type, location, tags)
 {
     Resource = resource;
     Options  = options;
     CustomInit();
 }
 /// <summary>
 /// Initializes a new instance of the
 /// SqlContainerCreateUpdateParameters class.
 /// </summary>
 /// <param name="resource">The standard JSON format of a
 /// container</param>
 /// <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>
 /// <param name="options">A key-value pair of options to be applied for
 /// the request. This corresponds to the headers sent with the
 /// request.</param>
 public SqlContainerCreateUpdateParameters(SqlContainerResource resource, 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), CreateUpdateOptions options = default(CreateUpdateOptions))
     : base(id, name, type, location, tags, identity)
 {
     Resource = resource;
     Options  = options;
     CustomInit();
 }
Exemplo n.º 3
0
 /// <summary>
 /// Initializes a new instance of the
 /// MongoDBCollectionCreateUpdateParameters class.
 /// </summary>
 /// <param name="resource">The standard JSON format of a MongoDB
 /// collection</param>
 /// <param name="options">A key-value pair of options to be applied for
 /// the request. This corresponds to the headers sent with the
 /// request.</param>
 /// <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 MongoDBCollectionCreateUpdateParameters(MongoDBCollectionResource resource, CreateUpdateOptions options, string id = default(string), string name = default(string), string type = default(string), string location = default(string), IDictionary <string, string> tags = default(IDictionary <string, string>))
     : base(id, name, type, location, tags)
 {
     Resource = resource;
     Options  = options;
     CustomInit();
 }
Exemplo n.º 4
0
 /// <summary>
 /// Initializes a new instance of the
 /// GremlinDatabaseCreateUpdateParameters class.
 /// </summary>
 /// <param name="resource">The standard JSON format of a Gremlin
 /// database</param>
 /// <param name="options">A key-value pair of options to be applied for
 /// the request. This corresponds to the headers sent with the
 /// request.</param>
 /// <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 GremlinDatabaseCreateUpdateParameters(GremlinDatabaseResource resource, CreateUpdateOptions options, 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))
     : base(id, name, type, location, tags, identity)
 {
     Resource = resource;
     Options  = options;
     CustomInit();
 }
Exemplo n.º 5
0
 /// <summary>
 /// Initializes a new instance of the
 /// SqlStoredProcedureCreateUpdateParameters class.
 /// </summary>
 /// <param name="resource">The standard JSON format of a
 /// storedProcedure</param>
 /// <param name="options">A key-value pair of options to be applied for
 /// the request. This corresponds to the headers sent with the
 /// request.</param>
 /// <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 SqlStoredProcedureCreateUpdateParameters(SqlStoredProcedureResource resource, CreateUpdateOptions options, string id = default(string), string name = default(string), string type = default(string), string location = default(string), IDictionary <string, string> tags = default(IDictionary <string, string>))
     : base(id, name, type, location, tags)
 {
     Resource = resource;
     Options  = options;
     CustomInit();
 }
 /// <summary>
 /// Initializes a new instance of the
 /// CassandraKeyspaceCreateUpdateParameters class.
 /// </summary>
 /// <param name="resource">The standard JSON format of a Cassandra
 /// keyspace</param>
 /// <param name="options">A key-value pair of options to be applied for
 /// the request. This corresponds to the headers sent with the
 /// request.</param>
 /// <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 CassandraKeyspaceCreateUpdateParameters(CassandraKeyspaceResource resource, CreateUpdateOptions options, string id = default(string), string name = default(string), string type = default(string), string location = default(string), IDictionary <string, string> tags = default(IDictionary <string, string>))
     : base(id, name, type, location, tags)
 {
     Resource = resource;
     Options  = options;
     CustomInit();
 }