PrivateLinkResources interface
Interface representing a PrivateLinkResources.
Methods
get |
Gets a privately linkable resources for an account with given group identifier |
list |
Gets a list of privately linkable resources for an account |
Method Details
getByGroupId(string, string, string, PrivateLinkResourcesGetByGroupIdOptionalParams)
Gets a privately linkable resources for an account with given group identifier
function getByGroupId(resourceGroupName: string, accountName: string, groupId: string, options?: PrivateLinkResourcesGetByGroupIdOptionalParams): Promise<PrivateLinkResource>
Parameters
- resourceGroupName
-
string
The resource group name.
- accountName
-
string
The name of the account.
- groupId
-
string
The group identifier.
The options parameters.
Returns
Promise<PrivateLinkResource>
listByAccount(string, string, PrivateLinkResourcesListByAccountOptionalParams)
Gets a list of privately linkable resources for an account
function listByAccount(resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListByAccountOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Parameters
- resourceGroupName
-
string
The resource group name.
- accountName
-
string
The name of the account.
The options parameters.