Interface VerifierWorkspacesClient
public interface VerifierWorkspacesClient
An instance of this class provides access to all the operations defined in VerifierWorkspacesClient.
-
Method Summary
Modifier and TypeMethodDescriptionbeginDelete(String resourceGroupName, String networkManagerName, String workspaceName) Deletes Verifier Workspace.beginDelete(String resourceGroupName, String networkManagerName, String workspaceName, com.azure.core.util.Context context) Deletes Verifier Workspace.beginDeleteAsync(String resourceGroupName, String networkManagerName, String workspaceName) Deletes Verifier Workspace.create(String resourceGroupName, String networkManagerName, String workspaceName, VerifierWorkspaceInner body) Creates Verifier Workspace.createAsync(String resourceGroupName, String networkManagerName, String workspaceName, VerifierWorkspaceInner body) Creates Verifier Workspace.com.azure.core.http.rest.Response<VerifierWorkspaceInner> createWithResponse(String resourceGroupName, String networkManagerName, String workspaceName, VerifierWorkspaceInner body, com.azure.core.util.Context context) Creates Verifier Workspace.Mono<com.azure.core.http.rest.Response<VerifierWorkspaceInner>> createWithResponseAsync(String resourceGroupName, String networkManagerName, String workspaceName, VerifierWorkspaceInner body) Creates Verifier Workspace.voidDeletes Verifier Workspace.voiddelete(String resourceGroupName, String networkManagerName, String workspaceName, com.azure.core.util.Context context) Deletes Verifier Workspace.deleteAsync(String resourceGroupName, String networkManagerName, String workspaceName) Deletes Verifier Workspace.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String networkManagerName, String workspaceName) Deletes Verifier Workspace.Gets Verifier Workspace.Gets Verifier Workspace.com.azure.core.http.rest.Response<VerifierWorkspaceInner> getWithResponse(String resourceGroupName, String networkManagerName, String workspaceName, com.azure.core.util.Context context) Gets Verifier Workspace.Mono<com.azure.core.http.rest.Response<VerifierWorkspaceInner>> getWithResponseAsync(String resourceGroupName, String networkManagerName, String workspaceName) Gets Verifier Workspace.com.azure.core.http.rest.PagedIterable<VerifierWorkspaceInner> Gets list of Verifier Workspaces.com.azure.core.http.rest.PagedIterable<VerifierWorkspaceInner> list(String resourceGroupName, String networkManagerName, String skipToken, Integer skip, Integer top, String sortKey, String sortValue, com.azure.core.util.Context context) Gets list of Verifier Workspaces.com.azure.core.http.rest.PagedFlux<VerifierWorkspaceInner> Gets list of Verifier Workspaces.com.azure.core.http.rest.PagedFlux<VerifierWorkspaceInner> listAsync(String resourceGroupName, String networkManagerName, String skipToken, Integer skip, Integer top, String sortKey, String sortValue) Gets list of Verifier Workspaces.Updates Verifier Workspace.updateAsync(String resourceGroupName, String networkManagerName, String workspaceName) Updates Verifier Workspace.com.azure.core.http.rest.Response<VerifierWorkspaceInner> updateWithResponse(String resourceGroupName, String networkManagerName, String workspaceName, VerifierWorkspaceUpdate body, com.azure.core.util.Context context) Updates Verifier Workspace.Mono<com.azure.core.http.rest.Response<VerifierWorkspaceInner>> updateWithResponseAsync(String resourceGroupName, String networkManagerName, String workspaceName, VerifierWorkspaceUpdate body) Updates Verifier Workspace.
-
Method Details
-
listAsync
com.azure.core.http.rest.PagedFlux<VerifierWorkspaceInner> listAsync(String resourceGroupName, String networkManagerName, String skipToken, Integer skip, Integer top, String sortKey, String sortValue) Gets list of Verifier Workspaces.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.skipToken- Optional skip token.skip- Optional num entries to skip.top- Optional num entries to show.sortKey- Optional key by which to sort.sortValue- Optional sort value for pagination.- Returns:
- list of Verifier Workspaces as paginated response with
PagedFlux. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listAsync
com.azure.core.http.rest.PagedFlux<VerifierWorkspaceInner> listAsync(String resourceGroupName, String networkManagerName) Gets list of Verifier Workspaces.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.- Returns:
- list of Verifier Workspaces as paginated response with
PagedFlux. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<VerifierWorkspaceInner> list(String resourceGroupName, String networkManagerName) Gets list of Verifier Workspaces.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.- Returns:
- list of Verifier Workspaces as paginated response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<VerifierWorkspaceInner> list(String resourceGroupName, String networkManagerName, String skipToken, Integer skip, Integer top, String sortKey, String sortValue, com.azure.core.util.Context context) Gets list of Verifier Workspaces.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.skipToken- Optional skip token.skip- Optional num entries to skip.top- Optional num entries to show.sortKey- Optional key by which to sort.sortValue- Optional sort value for pagination.context- The context to associate with this operation.- Returns:
- list of Verifier Workspaces as paginated response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getWithResponseAsync
Mono<com.azure.core.http.rest.Response<VerifierWorkspaceInner>> getWithResponseAsync(String resourceGroupName, String networkManagerName, String workspaceName) Gets Verifier Workspace.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.workspaceName- Workspace name.- Returns:
- verifier Workspace along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getAsync
Mono<VerifierWorkspaceInner> getAsync(String resourceGroupName, String networkManagerName, String workspaceName) Gets Verifier Workspace.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.workspaceName- Workspace name.- Returns:
- verifier Workspace on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getWithResponse
com.azure.core.http.rest.Response<VerifierWorkspaceInner> getWithResponse(String resourceGroupName, String networkManagerName, String workspaceName, com.azure.core.util.Context context) Gets Verifier Workspace.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.workspaceName- Workspace name.context- The context to associate with this operation.- Returns:
- verifier Workspace along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
get
VerifierWorkspaceInner get(String resourceGroupName, String networkManagerName, String workspaceName) Gets Verifier Workspace.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.workspaceName- Workspace name.- Returns:
- verifier Workspace.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createWithResponseAsync
Mono<com.azure.core.http.rest.Response<VerifierWorkspaceInner>> createWithResponseAsync(String resourceGroupName, String networkManagerName, String workspaceName, VerifierWorkspaceInner body) Creates Verifier Workspace.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.workspaceName- Workspace name.body- Verifier Workspace object to create/update.- Returns:
- instance of Verifier Workspace along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createAsync
Mono<VerifierWorkspaceInner> createAsync(String resourceGroupName, String networkManagerName, String workspaceName, VerifierWorkspaceInner body) Creates Verifier Workspace.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.workspaceName- Workspace name.body- Verifier Workspace object to create/update.- Returns:
- instance of Verifier Workspace on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createWithResponse
com.azure.core.http.rest.Response<VerifierWorkspaceInner> createWithResponse(String resourceGroupName, String networkManagerName, String workspaceName, VerifierWorkspaceInner body, com.azure.core.util.Context context) Creates Verifier Workspace.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.workspaceName- Workspace name.body- Verifier Workspace object to create/update.context- The context to associate with this operation.- Returns:
- instance of Verifier Workspace along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
create
VerifierWorkspaceInner create(String resourceGroupName, String networkManagerName, String workspaceName, VerifierWorkspaceInner body) Creates Verifier Workspace.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.workspaceName- Workspace name.body- Verifier Workspace object to create/update.- Returns:
- instance of Verifier Workspace.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
updateWithResponseAsync
Mono<com.azure.core.http.rest.Response<VerifierWorkspaceInner>> updateWithResponseAsync(String resourceGroupName, String networkManagerName, String workspaceName, VerifierWorkspaceUpdate body) Updates Verifier Workspace.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.workspaceName- Workspace name.body- Verifier Workspace object to create/update.- Returns:
- instance of Verifier Workspace along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
updateAsync
Mono<VerifierWorkspaceInner> updateAsync(String resourceGroupName, String networkManagerName, String workspaceName) Updates Verifier Workspace.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.workspaceName- Workspace name.- Returns:
- instance of Verifier Workspace on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
updateWithResponse
com.azure.core.http.rest.Response<VerifierWorkspaceInner> updateWithResponse(String resourceGroupName, String networkManagerName, String workspaceName, VerifierWorkspaceUpdate body, com.azure.core.util.Context context) Updates Verifier Workspace.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.workspaceName- Workspace name.body- Verifier Workspace object to create/update.context- The context to associate with this operation.- Returns:
- instance of Verifier Workspace along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
update
VerifierWorkspaceInner update(String resourceGroupName, String networkManagerName, String workspaceName) Updates Verifier Workspace.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.workspaceName- Workspace name.- Returns:
- instance of Verifier Workspace.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String networkManagerName, String workspaceName) Deletes Verifier Workspace.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.workspaceName- Workspace name.- Returns:
- the
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDeleteAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String networkManagerName, String workspaceName) Deletes Verifier Workspace.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.workspaceName- Workspace name.- Returns:
- the
PollerFluxfor polling of long-running operation. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String networkManagerName, String workspaceName) Deletes Verifier Workspace.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.workspaceName- Workspace name.- Returns:
- the
SyncPollerfor polling of long-running operation. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String networkManagerName, String workspaceName, com.azure.core.util.Context context) Deletes Verifier Workspace.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.workspaceName- Workspace name.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of long-running operation. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteAsync
Deletes Verifier Workspace.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.workspaceName- Workspace name.- Returns:
- A
Monothat completes when a successful response is received. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
delete
Deletes Verifier Workspace.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.workspaceName- Workspace name.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
delete
void delete(String resourceGroupName, String networkManagerName, String workspaceName, com.azure.core.util.Context context) Deletes Verifier Workspace.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.workspaceName- Workspace name.context- The context to associate with this operation.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-