RestorePointGroupResource.GetRestorePoints Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of RestorePointResources in the RestorePointGroup.
public virtual Azure.ResourceManager.Compute.RestorePointCollection GetRestorePoints ();
abstract member GetRestorePoints : unit -> Azure.ResourceManager.Compute.RestorePointCollection
override this.GetRestorePoints : unit -> Azure.ResourceManager.Compute.RestorePointCollection
Public Overridable Function GetRestorePoints () As RestorePointCollection
Returns
An object representing collection of RestorePointResources and their operations over a RestorePointResource.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET