PrivateEndpointConnectionsClient Interface
public interface PrivateEndpointConnectionsClient
An instance of this class provides access to all the operations defined in PrivateEndpointConnectionsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginCreateOrUpdate(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner request)
Approves/Rejects private endpoint connection request. Create or update a private endpoint connection.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginCreateOrUpdate(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner request, Context context)
Approves/Rejects private endpoint connection request. Create or update a private endpoint connection.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String accountName, String privateEndpointConnectionName)
Deletes private endpoint connection. Delete a private endpoint connection.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String accountName, String privateEndpointConnectionName, Context context)
Deletes private endpoint connection. Delete a private endpoint connection.
Parameters:
Returns:
createOrUpdate
public abstract PrivateEndpointConnectionInner createOrUpdate(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner request)
Approves/Rejects private endpoint connection request. Create or update a private endpoint connection.
Parameters:
Returns:
createOrUpdate
public abstract PrivateEndpointConnectionInner createOrUpdate(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner request, Context context)
Approves/Rejects private endpoint connection request. Create or update a private endpoint connection.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String accountName, String privateEndpointConnectionName)
Deletes private endpoint connection. Delete a private endpoint connection.
Parameters:
delete
public abstract void delete(String resourceGroupName, String accountName, String privateEndpointConnectionName, Context context)
Deletes private endpoint connection. Delete a private endpoint connection.
Parameters:
get
public abstract PrivateEndpointConnectionInner get(String resourceGroupName, String accountName, String privateEndpointConnectionName)
Gets private endpoint connection information. Get a private endpoint connection.
Parameters:
Returns:
getWithResponse
public abstract Response<PrivateEndpointConnectionInner> getWithResponse(String resourceGroupName, String accountName, String privateEndpointConnectionName, Context context)
Gets private endpoint connection information. Get a private endpoint connection.
Parameters:
Returns:
listByAccount
public abstract PagedIterable<PrivateEndpointConnectionInner> listByAccount(String resourceGroupName, String accountName)
Gets private endpoint connections. Get private endpoint connections for account.
Parameters:
Returns:
listByAccount
public abstract PagedIterable<PrivateEndpointConnectionInner> listByAccount(String resourceGroupName, String accountName, String skipToken, Context context)
Gets private endpoint connections. Get private endpoint connections for account.
Parameters:
Returns: