RestorePointCollectionUpdate 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
RestorePointCollectionUpdate() |
Initializes a new instance of the RestorePointCollectionUpdate class. |
RestorePointCollectionUpdate(IDictionary<String,String>, RestorePointCollectionSourceProperties, String, String, IList<RestorePoint>) |
Initializes a new instance of the RestorePointCollectionUpdate class. |
RestorePointCollectionUpdate()
Initializes a new instance of the RestorePointCollectionUpdate class.
public RestorePointCollectionUpdate ();
Public Sub New ()
Applies to
RestorePointCollectionUpdate(IDictionary<String,String>, RestorePointCollectionSourceProperties, String, String, IList<RestorePoint>)
Initializes a new instance of the RestorePointCollectionUpdate class.
public RestorePointCollectionUpdate (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties source = default, string provisioningState = default, string restorePointCollectionId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.RestorePoint> restorePoints = default);
new Microsoft.Azure.Management.Compute.Models.RestorePointCollectionUpdate : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.RestorePoint> -> Microsoft.Azure.Management.Compute.Models.RestorePointCollectionUpdate
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional source As RestorePointCollectionSourceProperties = Nothing, Optional provisioningState As String = Nothing, Optional restorePointCollectionId As String = Nothing, Optional restorePoints As IList(Of RestorePoint) = Nothing)
Parameters
- tags
- IDictionary<String,String>
Resource tags
- provisioningState
- String
The provisioning state of the restore point collection.
- restorePointCollectionId
- String
The unique id of the restore point collection.
- restorePoints
- IList<RestorePoint>
A list containing all restore points created under this restore point collection.
Applies to
Azure SDK for .NET