Azure.ResourceManager.BotService Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
| Name | Description |
|---|---|
| AzureResourceManagerBotServiceContext |
Context class which will be filled in by the System.ClientModel.SourceGeneration. For more information https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/System.ClientModel/src/docs/ModelReaderWriterContext.md |
| BotChannelCollection |
A class representing a collection of BotChannelResource and their operations. Each BotChannelResource in the collection will belong to the same instance of BotResource. To get a BotChannelCollection instance call the GetBotChannels method from an instance of BotResource. |
| BotChannelData |
Bot channel resource definition. |
| BotChannelResource |
A class representing a BotChannel along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a BotChannelResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource BotResource using the GetBotChannels method. |
| BotCollection |
A class representing a collection of BotResource and their operations. Each BotResource in the collection will belong to the same instance of ResourceGroupResource. To get a BotCollection instance call the GetBots method from an instance of ResourceGroupResource. |
| BotConnectionSettingCollection |
A class representing a collection of BotConnectionSettingResource and their operations. Each BotConnectionSettingResource in the collection will belong to the same instance of BotResource. To get a BotConnectionSettingCollection instance call the GetBotConnectionSettings method from an instance of BotResource. |
| BotConnectionSettingData |
Connection setting resource definition. |
| BotConnectionSettingResource |
A class representing a BotConnectionSetting along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a BotConnectionSettingResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource BotResource using the GetBotConnectionSettings method. |
| BotData |
Bot resource definition. |
| BotResource |
A class representing a Bot along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a BotResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetBots method. |
| BotServiceExtensions |
A class to add extension methods to Azure.ResourceManager.BotService. |
| BotServiceNetworkSecurityPerimeterConfigurationCollection |
A class representing a collection of BotServiceNetworkSecurityPerimeterConfigurationResource and their operations. Each BotServiceNetworkSecurityPerimeterConfigurationResource in the collection will belong to the same instance of BotResource. To get a BotServiceNetworkSecurityPerimeterConfigurationCollection instance call the GetBotServiceNetworkSecurityPerimeterConfigurations method from an instance of BotResource. |
| BotServiceNetworkSecurityPerimeterConfigurationData |
Network Security Perimeter configuration. |
| BotServiceNetworkSecurityPerimeterConfigurationResource |
A class representing a BotServiceNetworkSecurityPerimeterConfiguration along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a BotServiceNetworkSecurityPerimeterConfigurationResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource BotResource using the GetBotServiceNetworkSecurityPerimeterConfigurations method. |
| BotServicePrivateEndpointConnectionCollection |
A class representing a collection of BotServicePrivateEndpointConnectionResource and their operations. Each BotServicePrivateEndpointConnectionResource in the collection will belong to the same instance of BotResource. To get a BotServicePrivateEndpointConnectionCollection instance call the GetBotServicePrivateEndpointConnections method from an instance of BotResource. |
| BotServicePrivateEndpointConnectionData |
The Private Endpoint Connection resource. |
| BotServicePrivateEndpointConnectionResource |
A class representing a BotServicePrivateEndpointConnection along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a BotServicePrivateEndpointConnectionResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource BotResource using the GetBotServicePrivateEndpointConnections method. |