次の方法で共有


IIngress.CorPolicyAllowedMethod Property

Definition

Specifies the content for the access-control-allow-methods header

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Specifies the content for the access-control-allow-methods header", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="allowedMethods", Update=true)]
public System.Collections.Generic.List<string> CorPolicyAllowedMethod { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Specifies the content for the access-control-allow-methods header", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="allowedMethods", Update=true)>]
member this.CorPolicyAllowedMethod : System.Collections.Generic.List<string> with get, set
Public Property CorPolicyAllowedMethod As List(Of String)

Property Value

Attributes

Applies to