A complex type that contains zero or more CacheBehavior elements.
Exemplo n.º 1
0
 public DistributionSummary WithCacheBehaviors(CacheBehaviors cacheBehaviors)
 {
     this.cacheBehaviors = cacheBehaviors;
     return(this);
 }
 /// <summary>
 /// Sets the CacheBehaviors property
 /// </summary>
 /// <param name="cacheBehaviors">The value to set for the CacheBehaviors property </param>
 /// <returns>this instance</returns>
 public DistributionConfig WithCacheBehaviors(CacheBehaviors cacheBehaviors)
 {
     this.cacheBehaviors = cacheBehaviors;
     return this;
 }
Exemplo n.º 3
0
 /// <summary>
 /// Sets the CacheBehaviors property
 /// </summary>
 /// <param name="cacheBehaviors">The value to set for the CacheBehaviors property </param>
 /// <returns>this instance</returns>
 public DistributionConfig WithCacheBehaviors(CacheBehaviors cacheBehaviors)
 {
     this.cacheBehaviors = cacheBehaviors;
     return(this);
 }
 public DistributionSummary WithCacheBehaviors(CacheBehaviors cacheBehaviors)
 {
     this.cacheBehaviors = cacheBehaviors;
     return this;
 }