Uses of Class
com.azure.resourcemanager.compute.fluent.models.DiskRestorePointInner
-
Packages that use DiskRestorePointInner Package Description com.azure.resourcemanager.compute.fluent Package containing the service clients for ComputeManagementClient.com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of DiskRestorePointInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return DiskRestorePointInner Modifier and Type Method Description DiskRestorePointInnerDiskRestorePointsClient. get(String resourceGroupName, String restorePointCollectionName, String vmRestorePointName, String diskRestorePointName)Get disk restorePoint resource.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type DiskRestorePointInner Modifier and Type Method Description Mono<DiskRestorePointInner>DiskRestorePointsClient. getAsync(String resourceGroupName, String restorePointCollectionName, String vmRestorePointName, String diskRestorePointName)Get disk restorePoint resource.com.azure.core.http.rest.Response<DiskRestorePointInner>DiskRestorePointsClient. getWithResponse(String resourceGroupName, String restorePointCollectionName, String vmRestorePointName, String diskRestorePointName, com.azure.core.util.Context context)Get disk restorePoint resource.Mono<com.azure.core.http.rest.Response<DiskRestorePointInner>>DiskRestorePointsClient. getWithResponseAsync(String resourceGroupName, String restorePointCollectionName, String vmRestorePointName, String diskRestorePointName)Get disk restorePoint resource.com.azure.core.http.rest.PagedIterable<DiskRestorePointInner>DiskRestorePointsClient. listByRestorePoint(String resourceGroupName, String restorePointCollectionName, String vmRestorePointName)Lists diskRestorePoints under a vmRestorePoint.com.azure.core.http.rest.PagedIterable<DiskRestorePointInner>DiskRestorePointsClient. listByRestorePoint(String resourceGroupName, String restorePointCollectionName, String vmRestorePointName, com.azure.core.util.Context context)Lists diskRestorePoints under a vmRestorePoint.com.azure.core.http.rest.PagedFlux<DiskRestorePointInner>DiskRestorePointsClient. listByRestorePointAsync(String resourceGroupName, String restorePointCollectionName, String vmRestorePointName)Lists diskRestorePoints under a vmRestorePoint. -
Uses of DiskRestorePointInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return DiskRestorePointInner Modifier and Type Method Description DiskRestorePointInnerDiskRestorePointInner. withCompletionPercent(Float completionPercent)Set the completionPercent property: Percentage complete for the background copy of disk restore point when source resource is from a different region.DiskRestorePointInnerDiskRestorePointInner. withDiskAccessId(String diskAccessId)Set the diskAccessId property: ARM id of the DiskAccess resource for using private endpoints on disks.DiskRestorePointInnerDiskRestorePointInner. withHyperVGeneration(HyperVGeneration hyperVGeneration)Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.DiskRestorePointInnerDiskRestorePointInner. withNetworkAccessPolicy(NetworkAccessPolicy networkAccessPolicy)Set the networkAccessPolicy property: Policy for accessing the disk via network.DiskRestorePointInnerDiskRestorePointInner. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Policy for controlling export on the disk.DiskRestorePointInnerDiskRestorePointInner. withPurchasePlan(PurchasePlanAutoGenerated purchasePlan)Set the purchasePlan property: Purchase plan information for the the image from which the OS disk was created.DiskRestorePointInnerDiskRestorePointInner. withSupportedCapabilities(SupportedCapabilities supportedCapabilities)Set the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was created.DiskRestorePointInnerDiskRestorePointInner. withSupportsHibernation(Boolean supportsHibernation)Set the supportsHibernation property: Indicates the OS on a disk supports hibernation. -
Uses of DiskRestorePointInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type DiskRestorePointInner Modifier and Type Method Description List<DiskRestorePointInner>DiskRestorePointList. value()Get the value property: A list of disk restore points.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type DiskRestorePointInner Modifier and Type Method Description DiskRestorePointListDiskRestorePointList. withValue(List<DiskRestorePointInner> value)Set the value property: A list of disk restore points.
-