Compartilhar via


IVerifierWorkspacesOperations Interface

Definition

VerifierWorkspacesOperations operations.

public interface IVerifierWorkspacesOperations
type IVerifierWorkspacesOperations = interface
Public Interface IVerifierWorkspacesOperations

Methods

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

Deletes Verifier Workspace.

CreateWithHttpMessagesAsync(String, String, String, VerifierWorkspace, Dictionary<String,List<String>>, CancellationToken)

Creates Verifier Workspace.

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

Deletes Verifier Workspace.

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

Gets Verifier Workspace.

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

Gets list of Verifier Workspaces.

ListWithHttpMessagesAsync(String, String, String, Nullable<Int32>, Nullable<Int32>, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets list of Verifier Workspaces.

UpdateWithHttpMessagesAsync(String, String, String, VerifierWorkspaceUpdate, Dictionary<String,List<String>>, CancellationToken)

Updates Verifier Workspace.

Extension Methods

BeginDelete(IVerifierWorkspacesOperations, String, String, String)

Deletes Verifier Workspace.

BeginDeleteAsync(IVerifierWorkspacesOperations, String, String, String, CancellationToken)

Deletes Verifier Workspace.

Create(IVerifierWorkspacesOperations, String, String, String, VerifierWorkspace)

Creates Verifier Workspace.

CreateAsync(IVerifierWorkspacesOperations, String, String, String, VerifierWorkspace, CancellationToken)

Creates Verifier Workspace.

Delete(IVerifierWorkspacesOperations, String, String, String)

Deletes Verifier Workspace.

DeleteAsync(IVerifierWorkspacesOperations, String, String, String, CancellationToken)

Deletes Verifier Workspace.

Get(IVerifierWorkspacesOperations, String, String, String)

Gets Verifier Workspace.

GetAsync(IVerifierWorkspacesOperations, String, String, String, CancellationToken)

Gets Verifier Workspace.

List(IVerifierWorkspacesOperations, String, String, String, Nullable<Int32>, Nullable<Int32>, String, String)

Gets list of Verifier Workspaces.

ListAsync(IVerifierWorkspacesOperations, String, String, String, Nullable<Int32>, Nullable<Int32>, String, String, CancellationToken)

Gets list of Verifier Workspaces.

ListNext(IVerifierWorkspacesOperations, String)

Gets list of Verifier Workspaces.

ListNextAsync(IVerifierWorkspacesOperations, String, CancellationToken)

Gets list of Verifier Workspaces.

Update(IVerifierWorkspacesOperations, String, String, String, VerifierWorkspaceUpdate)

Updates Verifier Workspace.

UpdateAsync(IVerifierWorkspacesOperations, String, String, String, VerifierWorkspaceUpdate, CancellationToken)

Updates Verifier Workspace.

Applies to