Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.WorkspaceContractInner
Packages that use WorkspaceContractInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of WorkspaceContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return WorkspaceContractInnerModifier and TypeMethodDescriptionWorkspacesClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, WorkspaceContractInner parameters) Creates a new workspace or updates an existing one.Gets the details of the workspace specified by its identifier.WorkspacesClient.update(String resourceGroupName, String serviceName, String workspaceId, String ifMatch, WorkspaceContractInner parameters) Updates the details of the workspace specified by its identifier.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type WorkspaceContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<WorkspaceContractInner> WorkspacesClient.listByService(String resourceGroupName, String serviceName) Lists all workspaces of the API Management service instance.com.azure.core.http.rest.PagedIterable<WorkspaceContractInner> WorkspacesClient.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.Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type WorkspaceContractInnerModifier and TypeMethodDescriptionWorkspacesClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, WorkspaceContractInner parameters) Creates a new workspace or updates an existing one.WorkspacesClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, WorkspaceContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates a new workspace or updates an existing one.WorkspacesClient.update(String resourceGroupName, String serviceName, String workspaceId, String ifMatch, WorkspaceContractInner parameters) Updates the details of the workspace specified by its identifier.WorkspacesClient.updateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String ifMatch, WorkspaceContractInner parameters, com.azure.core.util.Context context) Updates the details of the workspace specified by its identifier. -
Uses of WorkspaceContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return WorkspaceContractInnerModifier and TypeMethodDescriptionstatic WorkspaceContractInnerWorkspaceContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WorkspaceContractInner from the JsonReader.WorkspaceContractInner.withDescription(String description) Set the description property: Description of the workspace.WorkspaceContractInner.withDisplayName(String displayName) Set the displayName property: Name of the workspace. -
Uses of WorkspaceContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return WorkspaceContractInnerModifier and TypeMethodDescriptionWorkspacesCreateOrUpdateResponse.getValue()Gets the deserialized response body.WorkspacesGetResponse.getValue()Gets the deserialized response body.WorkspacesUpdateResponse.getValue()Gets the deserialized response body.WorkspaceContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.WorkspaceContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type WorkspaceContractInnerModifier and TypeMethodDescriptionWorkspaceCollection.value()Get the value property: Page values.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type WorkspaceContractInnerModifier and TypeMethodDescriptionWorkspaceCollection.withValue(List<WorkspaceContractInner> value) Set the value property: Page values.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type WorkspaceContractInnerModifierConstructorDescriptionWorkspacesCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, WorkspaceContractInner value, WorkspacesCreateOrUpdateHeaders headers) Creates an instance of WorkspacesCreateOrUpdateResponse.WorkspacesGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, WorkspaceContractInner value, WorkspacesGetHeaders headers) Creates an instance of WorkspacesGetResponse.WorkspacesUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, WorkspaceContractInner value, WorkspacesUpdateHeaders headers) Creates an instance of WorkspacesUpdateResponse.