Delen via


PrivateEndpointConnections interface

Interface die een PrivateEndpointConnections vertegenwoordigt.

Methoden

create(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

Werk de status van de opgegeven privé-eindpuntverbinding bij die is gekoppeld aan de bot.

delete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Hiermee verwijdert u de opgegeven privé-eindpuntverbinding die is gekoppeld aan de bot.

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Hiermee haalt u de opgegeven privé-eindpuntverbinding op die is gekoppeld aan de bot.

list(string, string, PrivateEndpointConnectionsListOptionalParams)

Vermeld alle privé-eindpuntverbindingen die zijn gekoppeld aan de bot.

Methodedetails

create(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

Werk de status van de opgegeven privé-eindpuntverbinding bij die is gekoppeld aan de bot.

function create(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<PrivateEndpointConnection>

Parameters

resourceGroupName

string

De naam van de botresourcegroep in het gebruikersabonnement.

resourceName

string

De naam van de botresource.

privateEndpointConnectionName

string

De naam van de privé-eindpuntverbinding die is gekoppeld aan de Azure-resource

properties
PrivateEndpointConnection

De eigenschappen van de privé-eindpuntverbinding.

options
PrivateEndpointConnectionsCreateOptionalParams

De optiesparameters.

Retouren

delete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Hiermee verwijdert u de opgegeven privé-eindpuntverbinding die is gekoppeld aan de bot.

function delete(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

De naam van de botresourcegroep in het gebruikersabonnement.

resourceName

string

De naam van de botresource.

privateEndpointConnectionName

string

De naam van de privé-eindpuntverbinding die is gekoppeld aan de Azure-resource

options
PrivateEndpointConnectionsDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Hiermee haalt u de opgegeven privé-eindpuntverbinding op die is gekoppeld aan de bot.

function get(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>

Parameters

resourceGroupName

string

De naam van de botresourcegroep in het gebruikersabonnement.

resourceName

string

De naam van de botresource.

privateEndpointConnectionName

string

De naam van de privé-eindpuntverbinding die is gekoppeld aan de Azure-resource

options
PrivateEndpointConnectionsGetOptionalParams

De optiesparameters.

Retouren

list(string, string, PrivateEndpointConnectionsListOptionalParams)

Vermeld alle privé-eindpuntverbindingen die zijn gekoppeld aan de bot.

function list(resourceGroupName: string, resourceName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

Parameters

resourceGroupName

string

De naam van de botresourcegroep in het gebruikersabonnement.

resourceName

string

De naam van de botresource.

options
PrivateEndpointConnectionsListOptionalParams

De optiesparameters.

Retouren