Uses of Class
com.azure.resourcemanager.compute.models.RestorePointExpandOptions
Packages that use RestorePointExpandOptions
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of RestorePointExpandOptions in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type RestorePointExpandOptionsModifier and TypeMethodDescriptionRestorePointsClient.getAsync(String resourceGroupName, String restorePointCollectionName, String restorePointName, RestorePointExpandOptions expand) The operation to get the restore point.com.azure.core.http.rest.Response<RestorePointInner>RestorePointsClient.getWithResponse(String resourceGroupName, String restorePointCollectionName, String restorePointName, RestorePointExpandOptions expand, com.azure.core.util.Context context) The operation to get the restore point.Mono<com.azure.core.http.rest.Response<RestorePointInner>>RestorePointsClient.getWithResponseAsync(String resourceGroupName, String restorePointCollectionName, String restorePointName, RestorePointExpandOptions expand) The operation to get the restore point. -
Uses of RestorePointExpandOptions in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as RestorePointExpandOptionsModifier and TypeFieldDescriptionstatic final RestorePointExpandOptionsRestorePointExpandOptions.INSTANCE_VIEWStatic value instanceView for RestorePointExpandOptions.Methods in com.azure.resourcemanager.compute.models that return RestorePointExpandOptionsModifier and TypeMethodDescriptionstatic RestorePointExpandOptionsRestorePointExpandOptions.fromString(String name) Creates or finds a RestorePointExpandOptions from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type RestorePointExpandOptionsModifier and TypeMethodDescriptionstatic Collection<RestorePointExpandOptions>RestorePointExpandOptions.values()Gets known RestorePointExpandOptions values.