CorsRules Class
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.
Sets the CORS rules. You can include up to five CorsRule elements in the request.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CorsRulesTypeConverter))]
public class CorsRules : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRules
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CorsRulesTypeConverter))>]
type CorsRules = class
interface ICorsRules
interface IJsonSerializable
Public Class CorsRules
Implements ICorsRules
- Inheritance
-
CorsRules
- Attributes
- Implements
Constructors
CorsRules() |
Creates an new CorsRules instance. |
Properties
CorsRule |
The List of CORS rules. You can include up to five CorsRule elements in the request. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CorsRules. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRules. |
FromJsonString(String) |
Creates a new instance of CorsRules, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |