Uses of Interface
com.azure.resourcemanager.apimanagement.models.DeletedServiceContract
Packages that use DeletedServiceContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of DeletedServiceContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return DeletedServiceContractModifier and TypeMethodDescriptionGet soft-deleted Api Management Service by name.Purges Api Management Service (deletes it with no option to undelete).Purges Api Management Service (deletes it with no option to undelete).Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type DeletedServiceContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<DeletedServiceContract> DeletedServices.getByNameWithResponse(String serviceName, String location, com.azure.core.util.Context context) Get soft-deleted Api Management Service by name.com.azure.core.http.rest.PagedIterable<DeletedServiceContract> DeletedServices.list()Lists all soft-deleted services available for undelete for the given subscription.com.azure.core.http.rest.PagedIterable<DeletedServiceContract> DeletedServices.list(com.azure.core.util.Context context) Lists all soft-deleted services available for undelete for the given subscription.