Share via


ApplicationGatewayPrivateLinkResource Constructors

Definition

Overloads

ApplicationGatewayPrivateLinkResource()

Initializes a new instance of the ApplicationGatewayPrivateLinkResource class.

ApplicationGatewayPrivateLinkResource(String, String, IList<String>, IList<String>, String, String, String)

Initializes a new instance of the ApplicationGatewayPrivateLinkResource class.

ApplicationGatewayPrivateLinkResource()

Initializes a new instance of the ApplicationGatewayPrivateLinkResource class.

public ApplicationGatewayPrivateLinkResource ();
Public Sub New ()

Applies to

ApplicationGatewayPrivateLinkResource(String, String, IList<String>, IList<String>, String, String, String)

Initializes a new instance of the ApplicationGatewayPrivateLinkResource class.

public ApplicationGatewayPrivateLinkResource (string id = default, string groupId = default, System.Collections.Generic.IList<string> requiredMembers = default, System.Collections.Generic.IList<string> requiredZoneNames = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkResource : string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string * string * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkResource
Public Sub New (Optional id As String = Nothing, Optional groupId As String = Nothing, Optional requiredMembers As IList(Of String) = Nothing, Optional requiredZoneNames As IList(Of String) = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)

Parameters

id
String

Resource ID.

groupId
String

Group identifier of private link resource.

requiredMembers
IList<String>

Required member names of private link resource.

requiredZoneNames
IList<String>

Required DNS zone names of the the private link resource.

name
String

Name of the private link resource that is unique within an Application Gateway.

etag
String

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

type
String

Type of the resource.

Applies to