다음을 통해 공유


IWorkspacePrivateEndpointConnectionsOperations Interface

Definition

WorkspacePrivateEndpointConnectionsOperations operations.

public interface IWorkspacePrivateEndpointConnectionsOperations
type IWorkspacePrivateEndpointConnectionsOperations = interface
Public Interface IWorkspacePrivateEndpointConnectionsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, PrivateEndpointConnectionDescription, Dictionary<String,List<String>>, CancellationToken)

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

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a private endpoint connection.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, PrivateEndpointConnectionDescription, Dictionary<String,List<String>>, CancellationToken)

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

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a private endpoint connection.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the specified private endpoint connection associated with the workspace.

ListByWorkspaceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists all private endpoint connections for a workspace.

Extension 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