/// <summary>
 /// Sets the ProvisionedThroughput property
 /// </summary>
 /// <param name="provisionedThroughput">The value to set for the ProvisionedThroughput property </param>
 /// <returns>this instance</returns>
 public TableDescription WithProvisionedThroughput(ProvisionedThroughputDescription provisionedThroughput)
 {
     this.provisionedThroughput = provisionedThroughput;
     return(this);
 }
Esempio n. 2
0
 /// <summary>
 /// Sets the ProvisionedThroughput property
 /// </summary>
 /// <param name="provisionedThroughput">The value to set for the ProvisionedThroughput property </param>
 /// <returns>this instance</returns>
 public TableDescription WithProvisionedThroughput(ProvisionedThroughputDescription provisionedThroughput)
 {
     this.provisionedThroughput = provisionedThroughput;
     return this;
 }