ApplicationGatewayPrivateEndpointConnections interface
ApplicationGatewayPrivateEndpointConnectionst képviselő felület.
Metódusok
Metódus adatai
beginDelete(string, string, string, ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams)
Törli a megadott privát végpontkapcsolatot az Application Gatewayen.
function beginDelete(resourceGroupName: string, applicationGatewayName: string, connectionName: string, options?: ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Paraméterek
- resourceGroupName
-
string
Az erőforráscsoport neve.
- applicationGatewayName
-
string
Az application gateway neve.
- connectionName
-
string
Az Application Gateway privát végpontkapcsolatának neve.
A beállítások paraméterei.
Válaszok
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams)
Törli a megadott privát végpontkapcsolatot az Application Gatewayen.
function beginDeleteAndWait(resourceGroupName: string, applicationGatewayName: string, connectionName: string, options?: ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams): Promise<void>
Paraméterek
- resourceGroupName
-
string
Az erőforráscsoport neve.
- applicationGatewayName
-
string
Az application gateway neve.
- connectionName
-
string
Az Application Gateway privát végpontkapcsolatának neve.
A beállítások paraméterei.
Válaszok
Promise<void>
beginUpdate(string, string, string, ApplicationGatewayPrivateEndpointConnection, ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams)
Frissíti a megadott privát végpontkapcsolatot az Application Gatewayen.
function beginUpdate(resourceGroupName: string, applicationGatewayName: string, connectionName: string, parameters: ApplicationGatewayPrivateEndpointConnection, options?: ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationGatewayPrivateEndpointConnection>, ApplicationGatewayPrivateEndpointConnection>>
Paraméterek
- resourceGroupName
-
string
Az erőforráscsoport neve.
- applicationGatewayName
-
string
Az application gateway neve.
- connectionName
-
string
Az Application Gateway privát végpontkapcsolatának neve.
- parameters
- ApplicationGatewayPrivateEndpointConnection
Az Application Gateway privát végpont kapcsolati műveletének frissítéséhez megadott paraméterek.
A beállítások paraméterei.
Válaszok
Promise<@azure/core-lro.SimplePollerLike<OperationState<ApplicationGatewayPrivateEndpointConnection>, ApplicationGatewayPrivateEndpointConnection>>
beginUpdateAndWait(string, string, string, ApplicationGatewayPrivateEndpointConnection, ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams)
Frissíti a megadott privát végpontkapcsolatot az Application Gatewayen.
function beginUpdateAndWait(resourceGroupName: string, applicationGatewayName: string, connectionName: string, parameters: ApplicationGatewayPrivateEndpointConnection, options?: ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams): Promise<ApplicationGatewayPrivateEndpointConnection>
Paraméterek
- resourceGroupName
-
string
Az erőforráscsoport neve.
- applicationGatewayName
-
string
Az application gateway neve.
- connectionName
-
string
Az Application Gateway privát végpontkapcsolatának neve.
- parameters
- ApplicationGatewayPrivateEndpointConnection
Az Application Gateway privát végpont kapcsolati műveletének frissítéséhez megadott paraméterek.
A beállítások paraméterei.
Válaszok
get(string, string, string, ApplicationGatewayPrivateEndpointConnectionsGetOptionalParams)
Lekéri a megadott privát végpontkapcsolatot az Application Gatewayen.
function get(resourceGroupName: string, applicationGatewayName: string, connectionName: string, options?: ApplicationGatewayPrivateEndpointConnectionsGetOptionalParams): Promise<ApplicationGatewayPrivateEndpointConnection>
Paraméterek
- resourceGroupName
-
string
Az erőforráscsoport neve.
- applicationGatewayName
-
string
Az application gateway neve.
- connectionName
-
string
Az Application Gateway privát végpontkapcsolatának neve.
A beállítások paraméterei.
Válaszok
list(string, string, ApplicationGatewayPrivateEndpointConnectionsListOptionalParams)
Az application gateway összes privát végpontkapcsolatát felsorolja.
function list(resourceGroupName: string, applicationGatewayName: string, options?: ApplicationGatewayPrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<ApplicationGatewayPrivateEndpointConnection, ApplicationGatewayPrivateEndpointConnection[], PageSettings>
Paraméterek
- resourceGroupName
-
string
Az erőforráscsoport neve.
- applicationGatewayName
-
string
Az application gateway neve.
A beállítások paraméterei.