Compartir a través de


BlobServicePropertiesImpl.IWithCors.WithCORSRules Método

Definición

Especifica todas las reglas de CORS.

Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Definition.IWithCreate IWithCors.WithCORSRules (System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Fluent.Models.CorsRule> corsRules);
abstract member Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Definition.IWithCors.WithCORSRules : System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Fluent.Models.CorsRule> -> Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Definition.IWithCreate
override this.Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Definition.IWithCors.WithCORSRules : System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Fluent.Models.CorsRule> -> Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Definition.IWithCreate
Function WithCORSRules (corsRules As IList(Of CorsRule)) As IWithCreate Implements IWithCors.WithCORSRules

Parámetros

corsRules
IList<CorsRule>

Especifica reglas de CORS para Blob service. Puede incluir hasta cinco elementos CorsRule en la solicitud. Si no se incluyen elementos CorsRule en el cuerpo de la solicitud, se eliminarán todas las reglas de CORS y CORS se deshabilitará para Blob Service.

Devoluciones

Implementaciones

Se aplica a