다음을 통해 공유


BotServiceIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.BotServiceIdentityTypeConverter))]
public class BotServiceIdentity : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.BotServiceIdentityTypeConverter))>]
type BotServiceIdentity = class
    interface IBotServiceIdentity
    interface IJsonSerializable
Public Class BotServiceIdentity
Implements IBotServiceIdentity
Inheritance
BotServiceIdentity
Attributes
Implements

Constructors

BotServiceIdentity()

Creates an new BotServiceIdentity instance.

Properties

ChannelName

The name of the Channel resource.

ConnectionName

The name of the Bot Service Connection Setting resource.

Id

Resource identity path

PrivateEndpointConnectionName

The name of the private endpoint connection associated with the Azure resource

ResourceGroupName

The name of the Bot resource group in the user subscription.

ResourceName

The name of the Bot resource.

SubscriptionId

Azure Subscription ID.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BotServiceIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BotServiceIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity.

FromJsonString(String)

Creates a new instance of BotServiceIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of BotServiceIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to