PrivateLinkResources interface
Interface representing a PrivateLinkResources.
Methods
get(string, string, string, Private |
Get group ID for video analyzer account. |
list(string, string, Private |
Get list of group IDs for video analyzer account. |
Method Details
get(string, string, string, PrivateLinkResourcesGetOptionalParams)
Get group ID for video analyzer account.
function get(resourceGroupName: string, accountName: string, name: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- accountName
-
string
The Video Analyzer account name.
- name
-
string
Name of the private link resource (Group ID).
The options parameters.
Returns
Promise<PrivateLinkResource>
list(string, string, PrivateLinkResourcesListOptionalParams)
Get list of group IDs for video analyzer account.
function list(resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListOptionalParams): Promise<PrivateLinkResourceListResult>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- accountName
-
string
The Video Analyzer account name.
The options parameters.
Returns
Promise<PrivateLinkResourceListResult>
Azure SDK for JavaScript