Share via


PrivateLinkConnectionApprovalRequestResource Constructors

Definition

Overloads

PrivateLinkConnectionApprovalRequestResource()

Initializes a new instance of the PrivateLinkConnectionApprovalRequestResource class.

PrivateLinkConnectionApprovalRequestResource(String, String, String, String, PrivateLinkConnectionState)

Initializes a new instance of the PrivateLinkConnectionApprovalRequestResource class.

PrivateLinkConnectionApprovalRequestResource()

Initializes a new instance of the PrivateLinkConnectionApprovalRequestResource class.

public PrivateLinkConnectionApprovalRequestResource ();
Public Sub New ()

Applies to

PrivateLinkConnectionApprovalRequestResource(String, String, String, String, PrivateLinkConnectionState)

Initializes a new instance of the PrivateLinkConnectionApprovalRequestResource class.

public PrivateLinkConnectionApprovalRequestResource (string id = default, string name = default, string kind = default, string type = default, Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionState privateLinkServiceConnectionState = default);
new Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource : string * string * string * string * Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionState -> Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkConnectionState = Nothing)

Parameters

id
String

Resource Id.

name
String

Resource Name.

kind
String

Kind of resource.

type
String

Resource type.

privateLinkServiceConnectionState
PrivateLinkConnectionState

Applies to