Share via


PrivateLinkResource Constructors

Definition

Overloads

PrivateLinkResource()

Initializes a new instance of the PrivateLinkResource class.

PrivateLinkResource(String, String, String, PrivateLinkResourceProperties)

Initializes a new instance of the PrivateLinkResource class.

PrivateLinkResource()

Initializes a new instance of the PrivateLinkResource class.

public PrivateLinkResource ();
Public Sub New ()

Applies to

PrivateLinkResource(String, String, String, PrivateLinkResourceProperties)

Initializes a new instance of the PrivateLinkResource class.

public PrivateLinkResource (string id, string name, string type, Microsoft.Azure.Management.WebSites.Models.PrivateLinkResourceProperties properties);
new Microsoft.Azure.Management.WebSites.Models.PrivateLinkResource : string * string * string * Microsoft.Azure.Management.WebSites.Models.PrivateLinkResourceProperties -> Microsoft.Azure.Management.WebSites.Models.PrivateLinkResource
Public Sub New (id As String, name As String, type As String, properties As PrivateLinkResourceProperties)

Parameters

id
String
name
String

Name of a private link resource

type
String
properties
PrivateLinkResourceProperties

Properties of a private link resource

Applies to