Пример #1
0
 /// <summary>
 /// Initializes a new instance of the SqlTriggerCreateUpdateParameters
 /// class.
 /// </summary>
 /// <param name="resource">The standard JSON format of a
 /// trigger</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 SqlTriggerCreateUpdateParameters(string location, SqlTriggerResource 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> .WithTrigger(string name, Models.SqlTriggerResource resource, IDictionary <string, string> options)
 {
     return(this.WithTrigger(name, resource, options));
 }
 SqlContainer.Update.IUpdate SqlContainer.Update.IWithChildResource.WithTrigger(string name, Models.SqlTriggerResource resource, IDictionary <string, string> options)
 {
     return(this.WithTrigger(name, resource, options));
 }
 SqlContainer.Definition.IWithAttach <UpdateDefinitionParentT> SqlContainer.Definition.IWithChildResource <UpdateDefinitionParentT> .WithTrigger(string name, Models.SqlTriggerResource resource, CreateUpdateOptions options)
 {
     return(this.WithTrigger(name, resource, options));
 }
 SqlContainer.Update.IUpdate SqlContainer.Update.IWithChildResource.WithTrigger(string name, Models.SqlTriggerResource resource, CreateUpdateOptions options)
 {
     return(this.WithTrigger(name, resource, options));
 }