Udostępnij za pośrednictwem


ArmKeyVaultModelFactory.KeyVaultPrivateLinkResourceData Method

Definition

Initializes a new instance of KeyVaultPrivateLinkResourceData.

public static Azure.ResourceManager.KeyVault.Models.KeyVaultPrivateLinkResourceData KeyVaultPrivateLinkResourceData (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, Azure.Core.AzureLocation? location = default, System.Collections.Generic.IReadOnlyDictionary<string,string> tags = default);
static member KeyVaultPrivateLinkResourceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * seq<string> * seq<string> * Nullable<Azure.Core.AzureLocation> * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.ResourceManager.KeyVault.Models.KeyVaultPrivateLinkResourceData
Public Shared Function KeyVaultPrivateLinkResourceData (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, Optional location As Nullable(Of AzureLocation) = Nothing, Optional tags As IReadOnlyDictionary(Of String, String) = Nothing) As KeyVaultPrivateLinkResourceData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

groupId
String

Group identifier of private link resource.

requiredMembers
IEnumerable<String>

Required member names of private link resource.

requiredZoneNames
IEnumerable<String>

Required DNS zone names of the the private link resource.

location
Nullable<AzureLocation>

Azure location of the key vault resource.

tags
IReadOnlyDictionary<String,String>

Tags assigned to the key vault resource.

Returns

A new KeyVaultPrivateLinkResourceData instance for mocking.

Applies to