Uses of Class
com.azure.resourcemanager.storage.fluent.models.DeletedAccountInner
Packages that use DeletedAccountInner
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of DeletedAccountInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return DeletedAccountInnerModifier and TypeMethodDescriptionGet properties of specified deleted account resource.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type DeletedAccountInnerModifier and TypeMethodDescriptionGet properties of specified deleted account resource.com.azure.core.http.rest.Response<DeletedAccountInner>DeletedAccountsClient.getWithResponse(String deletedAccountName, String location, com.azure.core.util.Context context) Get properties of specified deleted account resource.Mono<com.azure.core.http.rest.Response<DeletedAccountInner>>DeletedAccountsClient.getWithResponseAsync(String deletedAccountName, String location) Get properties of specified deleted account resource.com.azure.core.http.rest.PagedIterable<DeletedAccountInner>DeletedAccountsClient.list()Lists deleted accounts under the subscription.com.azure.core.http.rest.PagedIterable<DeletedAccountInner>DeletedAccountsClient.list(com.azure.core.util.Context context) Lists deleted accounts under the subscription.com.azure.core.http.rest.PagedFlux<DeletedAccountInner>DeletedAccountsClient.listAsync()Lists deleted accounts under the subscription. -
Uses of DeletedAccountInner in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return DeletedAccountInnerModifier and TypeMethodDescriptionstatic DeletedAccountInnerDeletedAccountInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeletedAccountInner from the JsonReader. -
Uses of DeletedAccountInner in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return types with arguments of type DeletedAccountInnerModifier and TypeMethodDescriptionDeletedAccountListResult.value()Get the value property: Gets the list of deleted accounts and their properties.