Esempio n. 1
0
 /// <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>
 public CassandraKeyspaceCreateUpdateParameters(string location, CassandraKeyspaceResource resource, CreateUpdateOptions options, string id = default(string), string name = default(string), string type = default(string), IDictionary <string, string> tags = default(IDictionary <string, string>))
     : base(location, id, name, type, tags)
 {
     Resource = resource;
     Options  = options;
     CustomInit();
 }
Esempio n. 2
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>
 public MongoDBCollectionCreateUpdateParameters(string location, MongoDBCollectionResource resource, CreateUpdateOptions options, string id = default(string), string name = default(string), string type = default(string), IDictionary <string, string> tags = default(IDictionary <string, string>))
     : base(location, id, name, type, tags)
 {
     Resource = resource;
     Options  = options;
     CustomInit();
 }
 SqlContainer.Definition.IWithAttach <UpdateParentT> SqlContainer.Definition.IWithChildResource <UpdateParentT> .WithUserDefinedFunction(string name, string body, Models.CreateUpdateOptions options)
 {
     return(this.WithUserDefinedFunction(name, body, options));
 }
 /// <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>
 public SqlStoredProcedureCreateUpdateParameters(string location, SqlStoredProcedureResource resource, CreateUpdateOptions options, string id = default(string), string name = default(string), string type = default(string), IDictionary <string, string> tags = default(IDictionary <string, string>))
     : base(location, id, name, type, tags)
 {
     Resource = resource;
     Options  = options;
     CustomInit();
 }
 SqlContainer.Definition.IWithAttach <UpdateParentT> SqlContainer.Definition.IWithChildResource <UpdateParentT> .WithStoredProcedure(string name, string body, Models.CreateUpdateOptions options)
 {
     return(this.WithStoredProcedure(name, body, options));
 }
 SqlContainer.Definition.IWithAttach <DefinitionParentT> SqlContainer.Definition.IWithChildResource <DefinitionParentT> .WithUserDefinedFunction(string name, Models.SqlUserDefinedFunctionResource resource, Models.CreateUpdateOptions options)
 {
     return(this.WithUserDefinedFunction(name, resource, options));
 }
 SqlContainer.Definition.IWithAttach <DefinitionParentT> SqlContainer.Definition.IWithChildResource <DefinitionParentT> .WithStoredProcedure(string name, Models.SqlStoredProcedureResource resource, Models.CreateUpdateOptions options)
 {
     return(this.WithStoredProcedure(name, resource, options));
 }
 SqlContainer.Update.IUpdate SqlContainer.Update.IWithChildResource.WithUserDefinedFunction(string name, string body, Models.CreateUpdateOptions options)
 {
     return(this.WithUserDefinedFunction(name, body, options));
 }
 SqlContainer.Update.IUpdate SqlContainer.Update.IWithChildResource.WithStoredProcedure(string name, string body, Models.CreateUpdateOptions options)
 {
     return(this.WithStoredProcedure(name, body, options));
 }