A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.

 /// <summary>
 /// Sets the DefaultCacheBehavior property
 /// </summary>
 /// <param name="defaultCacheBehavior">The value to set for the DefaultCacheBehavior property </param>
 /// <returns>this instance</returns>
 public DistributionConfig WithDefaultCacheBehavior(DefaultCacheBehavior defaultCacheBehavior)
 {
     this.defaultCacheBehavior = defaultCacheBehavior;
     return this;
 }
Esempio n. 2
0
 public DistributionSummary WithDefaultCacheBehavior(DefaultCacheBehavior defaultCacheBehavior)
 {
     this.defaultCacheBehavior = defaultCacheBehavior;
     return(this);
 }
 public DistributionSummary WithDefaultCacheBehavior(DefaultCacheBehavior defaultCacheBehavior)
 {
     this.defaultCacheBehavior = defaultCacheBehavior;
     return this;
 }