RestorePointCollectionSourceProperties Constructors
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.
Overloads
RestorePointCollectionSourceProperties() |
Initializes a new instance of the RestorePointCollectionSourceProperties class. |
RestorePointCollectionSourceProperties(String, String) |
Initializes a new instance of the RestorePointCollectionSourceProperties class. |
RestorePointCollectionSourceProperties()
Initializes a new instance of the RestorePointCollectionSourceProperties class.
public RestorePointCollectionSourceProperties ();
Public Sub New ()
Applies to
RestorePointCollectionSourceProperties(String, String)
Initializes a new instance of the RestorePointCollectionSourceProperties class.
public RestorePointCollectionSourceProperties (string location = default, string id = default);
new Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties : string * string -> Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing)
Parameters
- location
- String
Location of the source resource used to create this restore point collection.
- id
- String
Resource Id of the source resource used to create this restore point collection
Applies to
Azure SDK for .NET