PrivateEndpointConnections interface
Interface representing a PrivateEndpointConnections.
Methods
begin |
Deletes an existing Private Endpoint Connection. |
begin |
Deletes an existing Private Endpoint Connection. |
create |
Creates or updates PrivateEndpointConnections of service namespace. |
get(string, string, string, Private |
Gets a description for the specified Private Endpoint Connection. |
list(string, string, Private |
Gets the available PrivateEndpointConnections within a namespace. |
Method Details
beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
Deletes an existing Private Endpoint Connection.
function beginDelete(resourceGroupName: string, namespaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Parameters
- resourceGroupName
-
string
Name of the Resource group within the Azure subscription.
- namespaceName
-
string
The namespace name
- privateEndpointConnectionName
-
string
The PrivateEndpointConnection name
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
Deletes an existing Private Endpoint Connection.
function beginDeleteAndWait(resourceGroupName: string, namespaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
Name of the Resource group within the Azure subscription.
- namespaceName
-
string
The namespace name
- privateEndpointConnectionName
-
string
The PrivateEndpointConnection name
The options parameters.
Returns
Promise<void>
createOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
Creates or updates PrivateEndpointConnections of service namespace.
function createOrUpdate(resourceGroupName: string, namespaceName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>
Parameters
- resourceGroupName
-
string
Name of the Resource group within the Azure subscription.
- namespaceName
-
string
The namespace name
- privateEndpointConnectionName
-
string
The PrivateEndpointConnection name
- parameters
- PrivateEndpointConnection
Parameters supplied to update Status of PrivateEndPoint Connection to namespace resource.
The options parameters.
Returns
Promise<PrivateEndpointConnection>
get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)
Gets a description for the specified Private Endpoint Connection.
function get(resourceGroupName: string, namespaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>
Parameters
- resourceGroupName
-
string
Name of the Resource group within the Azure subscription.
- namespaceName
-
string
The namespace name
- privateEndpointConnectionName
-
string
The PrivateEndpointConnection name
The options parameters.
Returns
Promise<PrivateEndpointConnection>
list(string, string, PrivateEndpointConnectionsListOptionalParams)
Gets the available PrivateEndpointConnections within a namespace.
function list(resourceGroupName: string, namespaceName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
Parameters
- resourceGroupName
-
string
Name of the Resource group within the Azure subscription.
- namespaceName
-
string
The namespace name
The options parameters.