Share via


WorkspacePrivateEndpointConnectionsOperationsExtensions Class

Definition

Extension methods for WorkspacePrivateEndpointConnectionsOperations.

public static class WorkspacePrivateEndpointConnectionsOperationsExtensions
type WorkspacePrivateEndpointConnectionsOperationsExtensions = class
Public Module WorkspacePrivateEndpointConnectionsOperationsExtensions
Inheritance
WorkspacePrivateEndpointConnectionsOperationsExtensions

Methods

BeginCreateOrUpdate(IWorkspacePrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnectionDescription)

Update the state of the specified private endpoint connection associated with the workspace.

BeginCreateOrUpdateAsync(IWorkspacePrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnectionDescription, CancellationToken)

Update the state of the specified private endpoint connection associated with the workspace.

BeginDelete(IWorkspacePrivateEndpointConnectionsOperations, String, String, String)

Deletes a private endpoint connection.

BeginDeleteAsync(IWorkspacePrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

Deletes a private endpoint connection.

CreateOrUpdate(IWorkspacePrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnectionDescription)

Update the state of the specified private endpoint connection associated with the workspace.

CreateOrUpdateAsync(IWorkspacePrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnectionDescription, CancellationToken)

Update the state of the specified private endpoint connection associated with the workspace.

Delete(IWorkspacePrivateEndpointConnectionsOperations, String, String, String)

Deletes a private endpoint connection.

DeleteAsync(IWorkspacePrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

Deletes a private endpoint connection.

Get(IWorkspacePrivateEndpointConnectionsOperations, String, String, String)

Gets the specified private endpoint connection associated with the workspace.

GetAsync(IWorkspacePrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

Gets the specified private endpoint connection associated with the workspace.

ListByWorkspace(IWorkspacePrivateEndpointConnectionsOperations, String, String)

Lists all private endpoint connections for a workspace.

ListByWorkspaceAsync(IWorkspacePrivateEndpointConnectionsOperations, String, String, CancellationToken)

Lists all private endpoint connections for a workspace.

Applies to