Partager via


ICorsRule.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.Runtime.Info(Create=true, Description="Required if CorsRule element is present. A list of origin domains that will be allowed via CORS, or "*" to allow all domains", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="allowedOrigins", Update=true)]
public System.Collections.Generic.List<string> AllowedOrigin { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Required if CorsRule element is present. A list of origin domains that will be allowed via CORS, or "*" to allow all domains", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="allowedOrigins", Update=true)>]
member this.AllowedOrigin : System.Collections.Generic.List<string> with get, set
Public Property AllowedOrigin As List(Of String)

Property Value

Attributes

Applies to