/// <summary> /// Initializes a new instance of the /// CassandraTableCreateUpdateParameters class. /// </summary> /// <param name="resource">The standard JSON format of a Cassandra /// table</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 CassandraTableCreateUpdateParameters(string location, CassandraTableResource 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(); }
/// <summary> /// Initializes a new instance of the /// CassandraTableCreateUpdateParametersInner class. /// </summary> /// <param name="resource">The standard JSON format of a Cassandra /// table</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 CassandraTableCreateUpdateParametersInner(CassandraTableResource resource, IDictionary <string, string> options) { Resource = resource; Options = options; CustomInit(); }