Partager via


CorsRule.AllowedOrigin Property

Definition

Required if CorsRule element is present. A list of origin domains that will be allowed via CORS, or "*" to allow all domains

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Origin(Microsoft.Azure.PowerShell.Cmdlets.Storage.PropertyOrigin.Owned)]
public System.Collections.Generic.List<string> AllowedOrigin { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Origin(Microsoft.Azure.PowerShell.Cmdlets.Storage.PropertyOrigin.Owned)>]
member this.AllowedOrigin : System.Collections.Generic.List<string> with get, set
Public Property AllowedOrigin As List(Of String)

Property Value

Implements

Attributes

Applies to