다음을 통해 공유


RestorePointCollectionSourceProperties Constructors

Definition

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