Show / Hide Table of Contents

Class FunctionAppAuthSettingsTwitterArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FunctionAppAuthSettingsTwitterArgs
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 FunctionAppAuthSettingsTwitterArgs : ResourceArgs

Constructors

View Source

FunctionAppAuthSettingsTwitterArgs()

Declaration
public FunctionAppAuthSettingsTwitterArgs()

Properties

View Source

ConsumerKey

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

ConsumerSecret

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