Class AccountQueuePropertiesCorsRule
Inheritance
System.Object
AccountQueuePropertiesCorsRule
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Storage.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AccountQueuePropertiesCorsRule
Fields
View SourceAllowedHeaders
A list of headers that are allowed to be a part of the cross-origin request.
Declaration
public readonly ImmutableArray<string> AllowedHeaders
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
AllowedMethods
A list of http headers that are allowed to be executed by the origin. Valid options are
DELETE, GET, HEAD, MERGE, POST, OPTIONS, PUT or PATCH.
Declaration
public readonly ImmutableArray<string> AllowedMethods
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
AllowedOrigins
A list of origin domains that will be allowed by CORS.
Declaration
public readonly ImmutableArray<string> AllowedOrigins
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
ExposedHeaders
A list of response headers that are exposed to CORS clients.
Declaration
public readonly ImmutableArray<string> ExposedHeaders
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
MaxAgeInSeconds
The number of seconds the client should cache a preflight response.
Declaration
public readonly int MaxAgeInSeconds
Field Value
| Type | Description |
|---|---|
| System.Int32 |