Leggere in inglese

Condividi tramite


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);

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