PrivateEndpointConnectionsClient Interface
public interface PrivateEndpointConnectionsClient
An instance of this class provides access to all the operations defined in PrivateEndpointConnectionsClient.
Method Summary
Method Details
approve
public abstract PrivateEndpointConnectionInner approve(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)
Manual approve private endpoint connection.
Parameters:
Returns:
approve
public abstract PrivateEndpointConnectionInner approve(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner body, Context context)
Manual approve private endpoint connection.
Parameters:
Returns:
beginApprove
public abstract SyncPoller<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginApprove(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)
Manual approve private endpoint connection.
Parameters:
Returns:
beginApprove
public abstract SyncPoller<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginApprove(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner body, Context context)
Manual approve private endpoint connection.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)
Delete private endpoint connection.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)
Delete private endpoint connection.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)
Delete private endpoint connection.
Parameters:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)
Delete private endpoint connection.
Parameters:
get
public abstract PrivateEndpointConnectionInner get(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)
Get private endpoint connections.
Parameters:
Returns:
getWithResponse
public abstract Response<PrivateEndpointConnectionInner> getWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)
Get private endpoint connections.
Parameters:
Returns:
list
public abstract PagedIterable<PrivateEndpointConnectionInner> list(String resourceGroupName, String workspaceName)
Get private endpoint connection.
Parameters:
Returns:
list
public abstract PagedIterable<PrivateEndpointConnectionInner> list(String resourceGroupName, String workspaceName, Context context)
Get private endpoint connection.
Parameters:
Returns: