Share via


ArmComputeModelFactory.RestorePointGroupPatch Method

Definition

Initializes a new instance of RestorePointGroupPatch.

public static Azure.ResourceManager.Compute.Models.RestorePointGroupPatch RestorePointGroupPatch (System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.Compute.Models.RestorePointGroupSource source = default, string provisioningState = default, string restorePointGroupId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.RestorePointData> restorePoints = default);
static member RestorePointGroupPatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.Compute.Models.RestorePointGroupSource * string * string * seq<Azure.ResourceManager.Compute.RestorePointData> -> Azure.ResourceManager.Compute.Models.RestorePointGroupPatch
Public Shared Function RestorePointGroupPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional source As RestorePointGroupSource = Nothing, Optional provisioningState As String = Nothing, Optional restorePointGroupId As String = Nothing, Optional restorePoints As IEnumerable(Of RestorePointData) = Nothing) As RestorePointGroupPatch

Parameters

tags
IDictionary<String,String>

Resource tags.

source
RestorePointGroupSource

The properties of the source resource that this restore point collection is created from.

provisioningState
String

The provisioning state of the restore point collection.

restorePointGroupId
String

The unique id of the restore point collection.

restorePoints
IEnumerable<RestorePointData>

A list containing all restore points created under this restore point collection.

Returns

A new RestorePointGroupPatch instance for mocking.

Applies to