Udostępnij przez


ITableServiceProperties.CorCorsRule Property

Definition

The List of CORS rules. You can include up to five CorsRule elements in the request.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="The List of CORS rules. You can include up to five CorsRule elements in the request.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ICorsRule) }, Read=true, ReadOnly=false, Required=false, SerializedName="corsRules", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ICorsRule> CorCorsRule { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="The List of CORS rules. You can include up to five CorsRule elements in the request.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ICorsRule) }, Read=true, ReadOnly=false, Required=false, SerializedName="corsRules", Update=true)>]
member this.CorCorsRule : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ICorsRule> with get, set
Public Property CorCorsRule As List(Of ICorsRule)

Property Value

Attributes

Applies to