Condividi tramite


ServerEndpointsOperationsExtensions Class

Definition

Extension methods for ServerEndpointsOperations.

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

Methods

BeginCreate(IServerEndpointsOperations, String, String, String, String, ServerEndpointCreateParameters)

Create a new ServerEndpoint.

BeginCreateAsync(IServerEndpointsOperations, String, String, String, String, ServerEndpointCreateParameters, CancellationToken)

Create a new ServerEndpoint.

BeginDelete(IServerEndpointsOperations, String, String, String, String)

Delete a given ServerEndpoint.

BeginDeleteAsync(IServerEndpointsOperations, String, String, String, String, CancellationToken)

Delete a given ServerEndpoint.

BeginRecallAction(IServerEndpointsOperations, String, String, String, String, RecallActionParameters)

Recall a server endpoint.

BeginRecallActionAsync(IServerEndpointsOperations, String, String, String, String, RecallActionParameters, CancellationToken)

Recall a server endpoint.

BeginUpdate(IServerEndpointsOperations, String, String, String, String, ServerEndpointUpdateParameters)

Patch a given ServerEndpoint.

BeginUpdateAsync(IServerEndpointsOperations, String, String, String, String, ServerEndpointUpdateParameters, CancellationToken)

Patch a given ServerEndpoint.

Create(IServerEndpointsOperations, String, String, String, String, ServerEndpointCreateParameters)

Create a new ServerEndpoint.

CreateAsync(IServerEndpointsOperations, String, String, String, String, ServerEndpointCreateParameters, CancellationToken)

Create a new ServerEndpoint.

Delete(IServerEndpointsOperations, String, String, String, String)

Delete a given ServerEndpoint.

DeleteAsync(IServerEndpointsOperations, String, String, String, String, CancellationToken)

Delete a given ServerEndpoint.

Get(IServerEndpointsOperations, String, String, String, String)

Get a ServerEndpoint.

GetAsync(IServerEndpointsOperations, String, String, String, String, CancellationToken)

Get a ServerEndpoint.

ListBySyncGroup(IServerEndpointsOperations, String, String, String)

Get a ServerEndpoint list.

ListBySyncGroupAsync(IServerEndpointsOperations, String, String, String, CancellationToken)

Get a ServerEndpoint list.

RecallAction(IServerEndpointsOperations, String, String, String, String, RecallActionParameters)

Recall a server endpoint.

RecallActionAsync(IServerEndpointsOperations, String, String, String, String, RecallActionParameters, CancellationToken)

Recall a server endpoint.

Update(IServerEndpointsOperations, String, String, String, String, ServerEndpointUpdateParameters)

Patch a given ServerEndpoint.

UpdateAsync(IServerEndpointsOperations, String, String, String, String, ServerEndpointUpdateParameters, CancellationToken)

Patch a given ServerEndpoint.

Applies to