PrivateEndpointConnectionsClient Interface
public interface PrivateEndpointConnectionsClient
An instance of this class provides access to all the operations defined in PrivateEndpointConnectionsClient.
Method Summary
Method Details
beginCreate
public abstract SyncPoller<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginCreate(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection)
Update private endpoint connection status Update the status of a private endpoint connection with the specified name.
Parameters:
Returns:
beginCreate
public abstract SyncPoller<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginCreate(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection, Context context)
Update private endpoint connection status Update the status of a private endpoint connection with the specified name.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)
Remove private endpoint connection Remove private endpoint connection with the specified name.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)
Remove private endpoint connection Remove private endpoint connection with the specified name.
Parameters:
Returns:
create
public abstract PrivateEndpointConnectionInner create(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection)
Update private endpoint connection status Update the status of a private endpoint connection with the specified name.
Parameters:
Returns:
create
public abstract PrivateEndpointConnectionInner create(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection, Context context)
Update private endpoint connection status Update the status of a private endpoint connection with the specified name.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)
Remove private endpoint connection Remove private endpoint connection with the specified name.
Parameters:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)
Remove private endpoint connection Remove private endpoint connection with the specified name.
Parameters:
get
public abstract PrivateEndpointConnectionInner get(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)
Get private endpoint connection Get a private endpoint connection properties for a workspace.
Parameters:
Returns:
getWithResponse
public abstract Response<PrivateEndpointConnectionInner> getWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)
Get private endpoint connection Get a private endpoint connection properties for a workspace.
Parameters:
Returns:
list
public abstract PagedIterable<PrivateEndpointConnectionInner> list(String resourceGroupName, String workspaceName)
List private endpoint connections List private endpoint connections of the workspace.
Parameters:
Returns:
list
public abstract PagedIterable<PrivateEndpointConnectionInner> list(String resourceGroupName, String workspaceName, Context context)
List private endpoint connections List private endpoint connections of the workspace.
Parameters:
Returns: