Uses of Class
com.azure.resourcemanager.compute.models.RestorePointCollectionExpandOptions
Packages that use RestorePointCollectionExpandOptions
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of RestorePointCollectionExpandOptions in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type RestorePointCollectionExpandOptionsModifier and TypeMethodDescriptionRestorePointCollectionsClient.getByResourceGroupAsync(String resourceGroupName, String restorePointCollectionName, RestorePointCollectionExpandOptions expand) The operation to get the restore point collection.com.azure.core.http.rest.Response<RestorePointCollectionInner>RestorePointCollectionsClient.getByResourceGroupWithResponse(String resourceGroupName, String restorePointCollectionName, RestorePointCollectionExpandOptions expand, com.azure.core.util.Context context) The operation to get the restore point collection.Mono<com.azure.core.http.rest.Response<RestorePointCollectionInner>>RestorePointCollectionsClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String restorePointCollectionName, RestorePointCollectionExpandOptions expand) The operation to get the restore point collection. -
Uses of RestorePointCollectionExpandOptions in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as RestorePointCollectionExpandOptionsModifier and TypeFieldDescriptionstatic final RestorePointCollectionExpandOptionsRestorePointCollectionExpandOptions.RESTORE_POINTSStatic value restorePoints for RestorePointCollectionExpandOptions.Methods in com.azure.resourcemanager.compute.models that return RestorePointCollectionExpandOptionsModifier and TypeMethodDescriptionRestorePointCollectionExpandOptions.fromString(String name) Creates or finds a RestorePointCollectionExpandOptions from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type RestorePointCollectionExpandOptionsModifier and TypeMethodDescriptionRestorePointCollectionExpandOptions.values()Gets known RestorePointCollectionExpandOptions values.