Uses of Interface
com.azure.resourcemanager.apimanagement.models.BackendContract
Packages that use BackendContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of BackendContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return BackendContractModifier and TypeMethodDescriptionBackendContract.Update.apply()Executes the update request.BackendContract.Update.apply(com.azure.core.util.Context context) Executes the update request.BackendContract.DefinitionStages.WithCreate.create()Executes the create request.BackendContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.WorkspaceBackends.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String backendId, BackendContractInner parameters) Creates or Updates a backend.Gets the details of the backend specified by its identifier.WorkspaceBackends.get(String resourceGroupName, String serviceName, String workspaceId, String backendId) Gets the details of the backend specified by its identifier.Gets the details of the backend specified by its identifier.BackendContract.refresh()Refreshes the resource to sync with Azure.BackendContract.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.WorkspaceBackends.update(String resourceGroupName, String serviceName, String workspaceId, String backendId, String ifMatch, BackendUpdateParameters parameters) Updates an existing backend.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type BackendContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<BackendContract> WorkspaceBackends.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String backendId, BackendContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or Updates a backend.com.azure.core.http.rest.Response<BackendContract> Backends.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the details of the backend specified by its identifier.com.azure.core.http.rest.Response<BackendContract> Backends.getWithResponse(String resourceGroupName, String serviceName, String backendId, com.azure.core.util.Context context) Gets the details of the backend specified by its identifier.com.azure.core.http.rest.Response<BackendContract> WorkspaceBackends.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, String backendId, com.azure.core.util.Context context) Gets the details of the backend specified by its identifier.com.azure.core.http.rest.PagedIterable<BackendContract> Backends.listByService(String resourceGroupName, String serviceName) Lists a collection of backends in the specified service instance.com.azure.core.http.rest.PagedIterable<BackendContract> Backends.listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of backends in the specified service instance.com.azure.core.http.rest.PagedIterable<BackendContract> WorkspaceBackends.listByWorkspace(String resourceGroupName, String serviceName, String workspaceId) Lists a collection of backends in the specified workspace.com.azure.core.http.rest.PagedIterable<BackendContract> WorkspaceBackends.listByWorkspace(String resourceGroupName, String serviceName, String workspaceId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of backends in the specified workspace.com.azure.core.http.rest.Response<BackendContract> WorkspaceBackends.updateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String backendId, String ifMatch, BackendUpdateParameters parameters, com.azure.core.util.Context context) Updates an existing backend.