ArmNetworkModelFactory.ApplicationGatewayPrivateLinkResource Method

Definition

public static Azure.ResourceManager.Network.Models.ApplicationGatewayPrivateLinkResource ApplicationGatewayPrivateLinkResource(Azure.Core.ResourceIdentifier id = default, string name = default, string type = default, string groupId = default, System.Collections.Generic.IEnumerable<string> requiredMembers = default, System.Collections.Generic.IEnumerable<string> requiredZoneNames = default, Azure.ETag? eTag = default);
static member ApplicationGatewayPrivateLinkResource : Azure.Core.ResourceIdentifier * string * string * string * seq<string> * seq<string> * Nullable<Azure.ETag> -> Azure.ResourceManager.Network.Models.ApplicationGatewayPrivateLinkResource
Public Shared Function ApplicationGatewayPrivateLinkResource (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional groupId As String = Nothing, Optional requiredMembers As IEnumerable(Of String) = Nothing, Optional requiredZoneNames As IEnumerable(Of String) = Nothing, Optional eTag As Nullable(Of ETag) = Nothing) As ApplicationGatewayPrivateLinkResource

Parameters

id
ResourceIdentifier

Resource ID.

name
String

Name of the resource.

type
String

Resource type.

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.

eTag
Nullable<ETag>

A unique read-only string that changes whenever the resource is updated.

Returns

A new ApplicationGatewayPrivateLinkResource instance for mocking.

Applies to