ArmComputeModelFactory.RestorePointGroupData Method

Definition

Initializes a new instance of RestorePointGroupData.

public static Azure.ResourceManager.Compute.RestorePointGroupData RestorePointGroupData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Compute.Models.RestorePointGroupSource source = default, string provisioningState = default, string restorePointGroupId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.RestorePointData> restorePoints = default, bool? instantAccess = default);
static member RestorePointGroupData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Compute.Models.RestorePointGroupSource * string * string * seq<Azure.ResourceManager.Compute.RestorePointData> * Nullable<bool> -> Azure.ResourceManager.Compute.RestorePointGroupData
Public Shared Function RestorePointGroupData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional source As RestorePointGroupSource = Nothing, Optional provisioningState As String = Nothing, Optional restorePointGroupId As String = Nothing, Optional restorePoints As IEnumerable(Of RestorePointData) = Nothing, Optional instantAccess As Nullable(Of Boolean) = Nothing) As RestorePointGroupData

Parameters

id
ResourceIdentifier

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
String

The name of the resource.

resourceType
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

tags
IDictionary<String,String>

Resource tags.

location
AzureLocation

The geo-location where the resource lives.

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.

instantAccess
Nullable<Boolean>

This property determines whether instant access snapshot is enabled for restore points created under this restore point collection for Premium SSD v2 or Ultra disk. Instant access snapshot for Premium SSD v2 or Ultra disk is instantaneously available for restoring disk with fast restore performance.

Returns

A new RestorePointGroupData instance for mocking.

Applies to