Uses of Class
com.azure.resourcemanager.sql.fluent.models.DeletedServerInner
Packages that use DeletedServerInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of DeletedServerInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return DeletedServerInnerModifier and TypeMethodDescriptionGets a deleted server.Recovers a deleted server.DeletedServersClient.recover(String locationName, String deletedServerName, com.azure.core.util.Context context) Recovers a deleted server.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type DeletedServerInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeletedServerInner>,DeletedServerInner> DeletedServersClient.beginRecover(String locationName, String deletedServerName) Recovers a deleted server.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeletedServerInner>,DeletedServerInner> DeletedServersClient.beginRecover(String locationName, String deletedServerName) Recovers a deleted server.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeletedServerInner>,DeletedServerInner> DeletedServersClient.beginRecover(String locationName, String deletedServerName, com.azure.core.util.Context context) Recovers a deleted server.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeletedServerInner>,DeletedServerInner> DeletedServersClient.beginRecover(String locationName, String deletedServerName, com.azure.core.util.Context context) Recovers a deleted server.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DeletedServerInner>,DeletedServerInner> DeletedServersClient.beginRecoverAsync(String locationName, String deletedServerName) Recovers a deleted server.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DeletedServerInner>,DeletedServerInner> DeletedServersClient.beginRecoverAsync(String locationName, String deletedServerName) Recovers a deleted server.Gets a deleted server.com.azure.core.http.rest.Response<DeletedServerInner>DeletedServersClient.getWithResponse(String locationName, String deletedServerName, com.azure.core.util.Context context) Gets a deleted server.Mono<com.azure.core.http.rest.Response<DeletedServerInner>>DeletedServersClient.getWithResponseAsync(String locationName, String deletedServerName) Gets a deleted server.com.azure.core.http.rest.PagedIterable<DeletedServerInner>DeletedServersClient.list()Gets a list of all deleted servers in a subscription.com.azure.core.http.rest.PagedIterable<DeletedServerInner>DeletedServersClient.list(com.azure.core.util.Context context) Gets a list of all deleted servers in a subscription.com.azure.core.http.rest.PagedFlux<DeletedServerInner>DeletedServersClient.listAsync()Gets a list of all deleted servers in a subscription.com.azure.core.http.rest.PagedIterable<DeletedServerInner>DeletedServersClient.listByLocation(String locationName) Gets a list of deleted servers for a location.com.azure.core.http.rest.PagedIterable<DeletedServerInner>DeletedServersClient.listByLocation(String locationName, com.azure.core.util.Context context) Gets a list of deleted servers for a location.com.azure.core.http.rest.PagedFlux<DeletedServerInner>DeletedServersClient.listByLocationAsync(String locationName) Gets a list of deleted servers for a location.DeletedServersClient.recoverAsync(String locationName, String deletedServerName) Recovers a deleted server. -
Uses of DeletedServerInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type DeletedServerInnerModifier and TypeMethodDescriptionDeletedServerListResult.value()Get the value property: Array of results.