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.Functions.Runtime.Info(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) }, ReadOnly=false, Required=true, SerializedName="allowedOrigins")]
public string[] AllowedOrigin { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(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) }, ReadOnly=false, Required=true, SerializedName="allowedOrigins")>]
member this.AllowedOrigin : string[] with get, set
Public Property AllowedOrigin As String()

Property Value

String[]
Attributes

Applies to