AutoApprovedPrivateLinkService Constructors

Definition

Overloads

AutoApprovedPrivateLinkService()

Initializes a new instance of the AutoApprovedPrivateLinkService class.

AutoApprovedPrivateLinkService(String)

Initializes a new instance of the AutoApprovedPrivateLinkService class.

AutoApprovedPrivateLinkService()

Initializes a new instance of the AutoApprovedPrivateLinkService class.

public AutoApprovedPrivateLinkService ();
Public Sub New ()

Applies to

AutoApprovedPrivateLinkService(String)

Initializes a new instance of the AutoApprovedPrivateLinkService class.

public AutoApprovedPrivateLinkService (string privateLinkService = default);
new Microsoft.Azure.Management.Network.Fluent.Models.AutoApprovedPrivateLinkService : string -> Microsoft.Azure.Management.Network.Fluent.Models.AutoApprovedPrivateLinkService
Public Sub New (Optional privateLinkService As String = Nothing)

Parameters

privateLinkService
String

The id of the private link service resource.

Applies to