PrivateLinkResources interface
Interface representing a PrivateLinkResources.
Methods
list |
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.
The options parameters.
Returns
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript