Uses of Class
com.azure.resourcemanager.compute.models.RestorePointCollectionExpandOptions
-
Packages that use RestorePointCollectionExpandOptions 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 RestorePointCollectionExpandOptions in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type RestorePointCollectionExpandOptions Modifier and Type Method Description Mono<RestorePointCollectionInner>RestorePointCollectionsClient. 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 RestorePointCollectionExpandOptions Modifier and Type Field Description static RestorePointCollectionExpandOptionsRestorePointCollectionExpandOptions. RESTORE_POINTSStatic value restorePoints for RestorePointCollectionExpandOptions.Methods in com.azure.resourcemanager.compute.models that return RestorePointCollectionExpandOptions Modifier and Type Method Description static RestorePointCollectionExpandOptionsRestorePointCollectionExpandOptions. 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 RestorePointCollectionExpandOptions Modifier and Type Method Description static Collection<RestorePointCollectionExpandOptions>RestorePointCollectionExpandOptions. values()
-