共用方式為


ArmRecoveryServicesModelFactory.RecoveryServicesPrivateLinkResourceData Method

Definition

Initializes a new instance of RecoveryServicesPrivateLinkResourceData.

public static Azure.ResourceManager.RecoveryServices.RecoveryServicesPrivateLinkResourceData RecoveryServicesPrivateLinkResourceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string groupId = default, System.Collections.Generic.IEnumerable<string> requiredMembers = default, System.Collections.Generic.IEnumerable<string> requiredZoneNames = default);
static member RecoveryServicesPrivateLinkResourceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * seq<string> * seq<string> -> Azure.ResourceManager.RecoveryServices.RecoveryServicesPrivateLinkResourceData
Public Shared Function RecoveryServicesPrivateLinkResourceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional groupId As String = Nothing, Optional requiredMembers As IEnumerable(Of String) = Nothing, Optional requiredZoneNames As IEnumerable(Of String) = Nothing) As RecoveryServicesPrivateLinkResourceData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

groupId
String

e.g. f9ad6492-33d4-4690-9999-6bfd52a0d081 (Backup) or f9ad6492-33d4-4690-9999-6bfd52a0d082 (SiteRecovery).

requiredMembers
IEnumerable<String>

[backup-ecs1, backup-prot1, backup-prot1b, backup-prot1c, backup-id1].

requiredZoneNames
IEnumerable<String>

The private link resource Private link DNS zone name.

Returns

A new RecoveryServicesPrivateLinkResourceData instance for mocking.

Applies to