ICorsPolicy Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.CorsPolicyTypeConverter))]
public interface ICorsPolicy : Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.CorsPolicyTypeConverter))>]
type ICorsPolicy = interface
interface IJsonSerializable
Public Interface ICorsPolicy
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AllowCredentials |
Specifies whether the resource allows credentials |
AllowedHeader |
Specifies the content for the access-control-allow-headers header |
AllowedMethod |
Specifies the content for the access-control-allow-methods header |
AllowedOrigin |
Specifies the content for the access-control-allow-origins header |
ExposeHeader |
Specifies the content for the access-control-expose-headers header |
MaxAge |
Specifies the content for the access-control-max-age header |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |