Freigeben über


ICorsRule.MaxAgeInSecond Property

Definition

Required if CorsRule element is present. The number of seconds that the client/browser should cache a preflight response.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Required if CorsRule element is present. The number of seconds that the client/browser should cache a preflight response.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=true, SerializedName="maxAgeInSeconds", Update=true)]
public int MaxAgeInSecond { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Required if CorsRule element is present. The number of seconds that the client/browser should cache a preflight response.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=true, SerializedName="maxAgeInSeconds", Update=true)>]
member this.MaxAgeInSecond : int with get, set
Public Property MaxAgeInSecond As Integer

Property Value

Attributes

Applies to