Compartir a través de


IWithCors.WithCORSRule(CorsRule) Método

Definición

Especifica una sola regla de CORS.

public Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Definition.IWithCreate WithCORSRule (Microsoft.Azure.Management.Storage.Fluent.Models.CorsRule corsRule);
abstract member WithCORSRule : Microsoft.Azure.Management.Storage.Fluent.Models.CorsRule -> Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Definition.IWithCreate
Public Function WithCORSRule (corsRule As CorsRule) As IWithCreate

Parámetros

corsRule
CorsRule

Una sola regla de CORS.

Devoluciones

Se aplica a