Uses of Class
com.azure.resourcemanager.compute.fluent.models.DiskRestorePointInner
Packages that use DiskRestorePointInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
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 DiskRestorePointInnerModifier and TypeMethodDescriptionDiskRestorePointsClient.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 DiskRestorePointInnerModifier and TypeMethodDescriptionDiskRestorePointsClient.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 DiskRestorePointInnerModifier and TypeMethodDescriptionstatic DiskRestorePointInnerDiskRestorePointInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DiskRestorePointInner from the JsonReader.DiskRestorePointInner.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.DiskRestorePointInner.withDiskAccessId(String diskAccessId) Set the diskAccessId property: ARM id of the DiskAccess resource for using private endpoints on disks.DiskRestorePointInner.withHyperVGeneration(HyperVGeneration hyperVGeneration) Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.DiskRestorePointInner.withNetworkAccessPolicy(NetworkAccessPolicy networkAccessPolicy) Set the networkAccessPolicy property: Policy for accessing the disk via network.DiskRestorePointInner.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Policy for controlling export on the disk.DiskRestorePointInner.withPurchasePlan(PurchasePlanAutoGenerated purchasePlan) Set the purchasePlan property: Purchase plan information for the the image from which the OS disk was created.DiskRestorePointInner.withSecurityProfile(DiskSecurityProfile securityProfile) Set the securityProfile property: Contains the security related information for the resource.DiskRestorePointInner.withSupportedCapabilities(SupportedCapabilities supportedCapabilities) Set the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was created.DiskRestorePointInner.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 DiskRestorePointInnerModifier and TypeMethodDescriptionDiskRestorePointList.value()Get the value property: A list of disk restore points.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type DiskRestorePointInnerModifier and TypeMethodDescriptionDiskRestorePointList.withValue(List<DiskRestorePointInner> value) Set the value property: A list of disk restore points.