Show / Hide Table of Contents

Class ConnectionState

Inheritance
System.Object
InputArgs
ResourceArgs
ConnectionState
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.Bot
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ConnectionState : ResourceArgs

Constructors

View Source

ConnectionState()

Declaration
public ConnectionState()

Properties

View Source

BotName

The name of the Bot Resource this connection will be associated with. Changing this forces a new resource to be created.

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

ClientId

The Client ID that will be used to authenticate with the service provider.

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

ClientSecret

The Client Secret that will be used to authenticate with the service provider.

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

Location

The supported Azure location where the resource exists. Changing this forces a new resource to be created.

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

Name

Specifies the name of the Bot Connection. Changing this forces a new resource to be created. Must be globally unique.

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

Parameters

A map of additional parameters to apply to the connection.

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

ResourceGroupName

The name of the resource group in which to create the Bot Connection. Changing this forces a new resource to be created.

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

Scopes

The Scopes at which the connection should be applied.

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

ServiceProviderName

The name of the service provider that will be associated with this connection. Changing this forces a new resource to be created.

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

Tags

A mapping of tags to assign to the resource.

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