PrivateLinkResources interface

Interface representing a PrivateLinkResources.

Methods

listAutomation(string, string, PrivateLinkResourcesAutomationOptionalParams)

Gets the private link resources that need to be created for Automation account.

Method Details

listAutomation(string, string, PrivateLinkResourcesAutomationOptionalParams)

Gets the private link resources that need to be created for Automation account.

function listAutomation(resourceGroupName: string, automationAccountName: string, options?: PrivateLinkResourcesAutomationOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

options
PrivateLinkResourcesAutomationOptionalParams

The options parameters.

Returns