WebPubSubPrivateEndpointConnections interface

Interface representing a WebPubSubPrivateEndpointConnections.

Methods

beginDelete(string, string, string, WebPubSubPrivateEndpointConnectionsDeleteOptionalParams)

Delete the specified private endpoint connection

beginDeleteAndWait(string, string, string, WebPubSubPrivateEndpointConnectionsDeleteOptionalParams)

Delete the specified private endpoint connection

get(string, string, string, WebPubSubPrivateEndpointConnectionsGetOptionalParams)

Get the specified private endpoint connection

list(string, string, WebPubSubPrivateEndpointConnectionsListOptionalParams)

List private endpoint connections

update(string, string, string, PrivateEndpointConnection, WebPubSubPrivateEndpointConnectionsUpdateOptionalParams)

Update the state of specified private endpoint connection

Method Details

beginDelete(string, string, string, WebPubSubPrivateEndpointConnectionsDeleteOptionalParams)

Delete the specified private endpoint connection

function beginDelete(privateEndpointConnectionName: string, resourceGroupName: string, resourceName: string, options?: WebPubSubPrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

privateEndpointConnectionName

string

The name of the private endpoint connection associated with the Azure resource.

resourceGroupName

string

The name of the resource group. The name is case insensitive.

resourceName

string

The name of the resource.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, WebPubSubPrivateEndpointConnectionsDeleteOptionalParams)

Delete the specified private endpoint connection

function beginDeleteAndWait(privateEndpointConnectionName: string, resourceGroupName: string, resourceName: string, options?: WebPubSubPrivateEndpointConnectionsDeleteOptionalParams): Promise<void>

Parameters

privateEndpointConnectionName

string

The name of the private endpoint connection associated with the Azure resource.

resourceGroupName

string

The name of the resource group. The name is case insensitive.

resourceName

string

The name of the resource.

Returns

Promise<void>

get(string, string, string, WebPubSubPrivateEndpointConnectionsGetOptionalParams)

Get the specified private endpoint connection

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

Parameters

privateEndpointConnectionName

string

The name of the private endpoint connection associated with the Azure resource.

resourceGroupName

string

The name of the resource group. The name is case insensitive.

resourceName

string

The name of the resource.

Returns

list(string, string, WebPubSubPrivateEndpointConnectionsListOptionalParams)

List private endpoint connections

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

resourceName

string

The name of the resource.

Returns

update(string, string, string, PrivateEndpointConnection, WebPubSubPrivateEndpointConnectionsUpdateOptionalParams)

Update the state of specified private endpoint connection

function update(privateEndpointConnectionName: string, resourceGroupName: string, resourceName: string, parameters: PrivateEndpointConnection, options?: WebPubSubPrivateEndpointConnectionsUpdateOptionalParams): Promise<PrivateEndpointConnection>

Parameters

privateEndpointConnectionName

string

The name of the private endpoint connection associated with the Azure resource.

resourceGroupName

string

The name of the resource group. The name is case insensitive.

resourceName

string

The name of the resource.

parameters
PrivateEndpointConnection

The resource of private endpoint and its properties

Returns