Uses of Interface
com.azure.resourcemanager.apimanagement.models.WorkspaceContract
Packages that use WorkspaceContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of WorkspaceContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return WorkspaceContractModifier and TypeMethodDescriptionWorkspaceContract.Update.apply()Executes the update request.WorkspaceContract.Update.apply(com.azure.core.util.Context context) Executes the update request.WorkspaceContract.DefinitionStages.WithCreate.create()Executes the create request.WorkspaceContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Gets the details of the workspace specified by its identifier.Gets the details of the workspace specified by its identifier.WorkspaceContract.refresh()Refreshes the resource to sync with Azure.WorkspaceContract.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type WorkspaceContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<WorkspaceContract> Workspaces.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the details of the workspace specified by its identifier.com.azure.core.http.rest.Response<WorkspaceContract> Workspaces.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, com.azure.core.util.Context context) Gets the details of the workspace specified by its identifier.com.azure.core.http.rest.PagedIterable<WorkspaceContract> Workspaces.listByService(String resourceGroupName, String serviceName) Lists all workspaces of the API Management service instance.com.azure.core.http.rest.PagedIterable<WorkspaceContract> Workspaces.listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists all workspaces of the API Management service instance.