Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.DeletedServiceContractInner
Packages that use DeletedServiceContractInner
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 DeletedServiceContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return DeletedServiceContractInnerModifier and TypeMethodDescriptionGet soft-deleted Api Management Service by name.Purges Api Management Service (deletes it with no option to undelete).DeletedServicesClient.purge(String serviceName, String location, com.azure.core.util.Context context) Purges Api Management Service (deletes it with no option to undelete).Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type DeletedServiceContractInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeletedServiceContractInner>, DeletedServiceContractInner> DeletedServicesClient.beginPurge(String serviceName, String location) Purges Api Management Service (deletes it with no option to undelete).com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeletedServiceContractInner>, DeletedServiceContractInner> DeletedServicesClient.beginPurge(String serviceName, String location) Purges Api Management Service (deletes it with no option to undelete).com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeletedServiceContractInner>, DeletedServiceContractInner> DeletedServicesClient.beginPurge(String serviceName, String location, com.azure.core.util.Context context) Purges Api Management Service (deletes it with no option to undelete).com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeletedServiceContractInner>, DeletedServiceContractInner> DeletedServicesClient.beginPurge(String serviceName, String location, com.azure.core.util.Context context) Purges Api Management Service (deletes it with no option to undelete).com.azure.core.http.rest.Response<DeletedServiceContractInner> DeletedServicesClient.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<DeletedServiceContractInner> DeletedServicesClient.list()Lists all soft-deleted services available for undelete for the given subscription.com.azure.core.http.rest.PagedIterable<DeletedServiceContractInner> DeletedServicesClient.list(com.azure.core.util.Context context) Lists all soft-deleted services available for undelete for the given subscription. -
Uses of DeletedServiceContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return DeletedServiceContractInnerModifier and TypeMethodDescriptionstatic DeletedServiceContractInnerDeletedServiceContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeletedServiceContractInner from the JsonReader.DeletedServiceContractInner.withDeletionDate(OffsetDateTime deletionDate) Set the deletionDate property: UTC Timestamp when the service was soft-deleted.DeletedServiceContractInner.withScheduledPurgeDate(OffsetDateTime scheduledPurgeDate) Set the scheduledPurgeDate property: UTC Date and Time when the service will be automatically purged.DeletedServiceContractInner.withServiceId(String serviceId) Set the serviceId property: Fully-qualified API Management Service Resource ID. -
Uses of DeletedServiceContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return DeletedServiceContractInnerModifier and TypeMethodDescriptionDeletedServiceContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.DeletedServiceContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type DeletedServiceContractInnerModifier and TypeMethodDescriptionDeletedServicesCollection.value()Get the value property: Page values.