Uses of Class
com.azure.resourcemanager.compute.models.RestorePointExpandOptions
-
Packages that use RestorePointExpandOptions Package Description com.azure.resourcemanager.compute.fluent Package containing the service clients for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 RestorePointExpandOptions Modifier and Type Method Description Mono<RestorePointInner>RestorePointsClient. 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 RestorePointExpandOptions Modifier and Type Field Description static RestorePointExpandOptionsRestorePointExpandOptions. INSTANCE_VIEWStatic value instanceView for RestorePointExpandOptions.Methods in com.azure.resourcemanager.compute.models that return RestorePointExpandOptions Modifier and Type Method Description static 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 RestorePointExpandOptions Modifier and Type Method Description static Collection<RestorePointExpandOptions>RestorePointExpandOptions. values()
-