Show / Hide Table of Contents

Class FunctionAppSiteConfigCorsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FunctionAppSiteConfigCorsArgs
Inherited Members
ResourceArgs.Empty
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.AppService.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FunctionAppSiteConfigCorsArgs : ResourceArgs

Constructors

View Source

FunctionAppSiteConfigCorsArgs()

Declaration
public FunctionAppSiteConfigCorsArgs()

Properties

View Source

AllowedOrigins

A list of origins which should be able to make cross-origin calls. * can be used to allow all calls.

Declaration
public InputList<string> AllowedOrigins { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

SupportCredentials

Are credentials supported?

Declaration
public Input<bool> SupportCredentials { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.