PrivateEndpointConnectionsClient Interface

public interface PrivateEndpointConnectionsClient

An instance of this class provides access to all the operations defined in PrivateEndpointConnectionsClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginCreateOrUpdate(String resourceGroupName, String scopeName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)

Approve or reject a private endpoint connection with a given name.

abstract SyncPoller<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginCreateOrUpdate(String resourceGroupName, String scopeName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, Context context)

Approve or reject a private endpoint connection with a given name.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String scopeName, String privateEndpointConnectionName)

Deletes a private endpoint connection with a given name.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String scopeName, String privateEndpointConnectionName, Context context)

Deletes a private endpoint connection with a given name.

abstract PrivateEndpointConnectionInner createOrUpdate(String resourceGroupName, String scopeName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)

Approve or reject a private endpoint connection with a given name.

abstract PrivateEndpointConnectionInner createOrUpdate(String resourceGroupName, String scopeName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, Context context)

Approve or reject a private endpoint connection with a given name.

abstract void delete(String resourceGroupName, String scopeName, String privateEndpointConnectionName)

Deletes a private endpoint connection with a given name.

abstract void delete(String resourceGroupName, String scopeName, String privateEndpointConnectionName, Context context)

Deletes a private endpoint connection with a given name.

abstract PrivateEndpointConnectionInner get(String resourceGroupName, String scopeName, String privateEndpointConnectionName)

Gets a private endpoint connection.

abstract Response<PrivateEndpointConnectionInner> getWithResponse(String resourceGroupName, String scopeName, String privateEndpointConnectionName, Context context)

Gets a private endpoint connection.

abstract PagedIterable<PrivateEndpointConnectionInner> listByPrivateLinkScope(String resourceGroupName, String scopeName)

Gets all private endpoint connections on a private link scope.

abstract PagedIterable<PrivateEndpointConnectionInner> listByPrivateLinkScope(String resourceGroupName, String scopeName, Context context)

Gets all private endpoint connections on a private link scope.

Method Details

beginCreateOrUpdate

public abstract SyncPoller<>,PrivateEndpointConnectionInner> beginCreateOrUpdate(String resourceGroupName, String scopeName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)

Approve or reject a private endpoint connection with a given name.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
scopeName - The name of the Azure Arc PrivateLinkScope resource.
privateEndpointConnectionName - The name of the private endpoint connection.
parameters - A private endpoint connection.

Returns:

the SyncPoller<T,U> for polling of a private endpoint connection.

beginCreateOrUpdate

public abstract SyncPoller<>,PrivateEndpointConnectionInner> beginCreateOrUpdate(String resourceGroupName, String scopeName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, Context context)

Approve or reject a private endpoint connection with a given name.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
scopeName - The name of the Azure Arc PrivateLinkScope resource.
privateEndpointConnectionName - The name of the private endpoint connection.
parameters - A private endpoint connection.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of a private endpoint connection.

beginDelete

public abstract SyncPoller<>,Void> beginDelete(String resourceGroupName, String scopeName, String privateEndpointConnectionName)

Deletes a private endpoint connection with a given name.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
scopeName - The name of the Azure Arc PrivateLinkScope resource.
privateEndpointConnectionName - The name of the private endpoint connection.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDelete

public abstract SyncPoller<>,Void> beginDelete(String resourceGroupName, String scopeName, String privateEndpointConnectionName, Context context)

Deletes a private endpoint connection with a given name.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
scopeName - The name of the Azure Arc PrivateLinkScope resource.
privateEndpointConnectionName - The name of the private endpoint connection.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

createOrUpdate

public abstract PrivateEndpointConnectionInner createOrUpdate(String resourceGroupName, String scopeName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)

Approve or reject a private endpoint connection with a given name.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
scopeName - The name of the Azure Arc PrivateLinkScope resource.
privateEndpointConnectionName - The name of the private endpoint connection.
parameters - A private endpoint connection.

Returns:

a private endpoint connection.

createOrUpdate

public abstract PrivateEndpointConnectionInner createOrUpdate(String resourceGroupName, String scopeName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, Context context)

Approve or reject a private endpoint connection with a given name.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
scopeName - The name of the Azure Arc PrivateLinkScope resource.
privateEndpointConnectionName - The name of the private endpoint connection.
parameters - A private endpoint connection.
context - The context to associate with this operation.

Returns:

a private endpoint connection.

delete

public abstract void delete(String resourceGroupName, String scopeName, String privateEndpointConnectionName)

Deletes a private endpoint connection with a given name.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
scopeName - The name of the Azure Arc PrivateLinkScope resource.
privateEndpointConnectionName - The name of the private endpoint connection.

delete

public abstract void delete(String resourceGroupName, String scopeName, String privateEndpointConnectionName, Context context)

Deletes a private endpoint connection with a given name.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
scopeName - The name of the Azure Arc PrivateLinkScope resource.
privateEndpointConnectionName - The name of the private endpoint connection.
context - The context to associate with this operation.

get

public abstract PrivateEndpointConnectionInner get(String resourceGroupName, String scopeName, String privateEndpointConnectionName)

Gets a private endpoint connection.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
scopeName - The name of the Azure Arc PrivateLinkScope resource.
privateEndpointConnectionName - The name of the private endpoint connection.

Returns:

a private endpoint connection.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String scopeName, String privateEndpointConnectionName, Context context)

Gets a private endpoint connection.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
scopeName - The name of the Azure Arc PrivateLinkScope resource.
privateEndpointConnectionName - The name of the private endpoint connection.
context - The context to associate with this operation.

Returns:

a private endpoint connection along with Response<T>.

listByPrivateLinkScope

public abstract PagedIterable listByPrivateLinkScope(String resourceGroupName, String scopeName)

Gets all private endpoint connections on a private link scope.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
scopeName - The name of the Azure Arc PrivateLinkScope resource.

Returns:

all private endpoint connections on a private link scope as paginated response with PagedIterable<T>.

listByPrivateLinkScope

public abstract PagedIterable listByPrivateLinkScope(String resourceGroupName, String scopeName, Context context)

Gets all private endpoint connections on a private link scope.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
scopeName - The name of the Azure Arc PrivateLinkScope resource.
context - The context to associate with this operation.

Returns:

all private endpoint connections on a private link scope as paginated response with PagedIterable<T>.

Applies to