IWithCors Interface

Definition

The stage of the blobserviceproperties definition allowing to specify Cors.

public interface IWithCors
type IWithCors = interface
Public Interface IWithCors
Derived

Methods

WithCORSRule(CorsRule)

Specifies a single CORS rule.

WithCORSRules(IList<CorsRule>)

Specifies all of the CORS rules.

Applies to