Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BotChannelId ¶
type BotChannelId struct { SubscriptionId string ResourceGroup string BotServiceName string ChannelName string }
func BotChannelID ¶
func BotChannelID(input string) (*BotChannelId, error)
BotChannelID parses a BotChannel ID into an BotChannelId struct
func NewBotChannelID ¶
func NewBotChannelID(subscriptionId, resourceGroup, botServiceName, channelName string) BotChannelId
func (BotChannelId) ID ¶
func (id BotChannelId) ID() string
func (BotChannelId) String ¶
func (id BotChannelId) String() string
type BotConnectionId ¶
type BotConnectionId struct { SubscriptionId string ResourceGroup string BotServiceName string ConnectionName string }
func BotConnectionID ¶
func BotConnectionID(input string) (*BotConnectionId, error)
BotConnectionID parses a BotConnection ID into an BotConnectionId struct
func NewBotConnectionID ¶
func NewBotConnectionID(subscriptionId, resourceGroup, botServiceName, connectionName string) BotConnectionId
func (BotConnectionId) ID ¶
func (id BotConnectionId) ID() string
func (BotConnectionId) String ¶
func (id BotConnectionId) String() string
type BotHealthbotId ¶
func BotHealthbotID ¶
func BotHealthbotID(input string) (*BotHealthbotId, error)
BotHealthbotID parses a BotHealthbot ID into an BotHealthbotId struct
func NewBotHealthbotID ¶
func NewBotHealthbotID(subscriptionId, resourceGroup, healthBotName string) BotHealthbotId
func (BotHealthbotId) ID ¶
func (id BotHealthbotId) ID() string
func (BotHealthbotId) String ¶
func (id BotHealthbotId) String() string
type BotServiceId ¶
func BotServiceID ¶
func BotServiceID(input string) (*BotServiceId, error)
BotServiceID parses a BotService ID into an BotServiceId struct
func NewBotServiceID ¶
func NewBotServiceID(subscriptionId, resourceGroup, name string) BotServiceId
func (BotServiceId) ID ¶
func (id BotServiceId) ID() string
func (BotServiceId) String ¶
func (id BotServiceId) String() string
Click to show internal directories.
Click to hide internal directories.