Share via


MockableBotServiceArmClient.GetBotServicePrivateEndpointConnectionResource Method

Definition

Gets an object representing a BotServicePrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a BotServicePrivateEndpointConnectionResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.BotService.BotServicePrivateEndpointConnectionResource GetBotServicePrivateEndpointConnectionResource (Azure.Core.ResourceIdentifier id);
abstract member GetBotServicePrivateEndpointConnectionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.BotService.BotServicePrivateEndpointConnectionResource
override this.GetBotServicePrivateEndpointConnectionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.BotService.BotServicePrivateEndpointConnectionResource
Public Overridable Function GetBotServicePrivateEndpointConnectionResource (id As ResourceIdentifier) As BotServicePrivateEndpointConnectionResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a BotServicePrivateEndpointConnectionResource object.

Applies to