Share via


ArmNetworkModelFactory.AutoApprovedPrivateLinkService(String) Method

Definition

Initializes a new instance of AutoApprovedPrivateLinkService.

public static Azure.ResourceManager.Network.Models.AutoApprovedPrivateLinkService AutoApprovedPrivateLinkService (string privateLinkService = default);
static member AutoApprovedPrivateLinkService : string -> Azure.ResourceManager.Network.Models.AutoApprovedPrivateLinkService
Public Shared Function AutoApprovedPrivateLinkService (Optional privateLinkService As String = Nothing) As AutoApprovedPrivateLinkService

Parameters

privateLinkService
String

The id of the private link service resource.

Returns

A new AutoApprovedPrivateLinkService instance for mocking.

Applies to