Uses of Interface
com.azure.resourcemanager.apicenter.models.Workspace
Packages that use Workspace
Package
Description
Package containing the data models for AzureApiCenter.
-
Uses of Workspace in com.azure.resourcemanager.apicenter.models
Methods in com.azure.resourcemanager.apicenter.models that return WorkspaceModifier and TypeMethodDescriptionWorkspace.Update.apply()
Executes the update request.Workspace.Update.apply
(com.azure.core.util.Context context) Executes the update request.Workspace.DefinitionStages.WithCreate.create()
Executes the create request.Workspace.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Returns details of the workspace.Returns details of the workspace.Workspace.refresh()
Refreshes the resource to sync with Azure.Workspace.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.apicenter.models that return types with arguments of type WorkspaceModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<Workspace> Workspaces.getByIdWithResponse
(String id, com.azure.core.util.Context context) Returns details of the workspace.com.azure.core.http.rest.Response
<Workspace> Workspaces.getWithResponse
(String resourceGroupName, String serviceName, String workspaceName, com.azure.core.util.Context context) Returns details of the workspace.com.azure.core.http.rest.PagedIterable
<Workspace> Returns a collection of workspaces.com.azure.core.http.rest.PagedIterable
<Workspace> Workspaces.list
(String resourceGroupName, String serviceName, String filter, com.azure.core.util.Context context) Returns a collection of workspaces.