PrivateLinkResources interface
Interface representing a PrivateLinkResources.
Methods
get(string, string, string, Private |
Get details of a group ID. |
list(string, string, Private |
List supported group IDs. |
Method Details
get(string, string, string, PrivateLinkResourcesGetOptionalParams)
Get details of a group ID.
function get(resourceGroupName: string, accountName: string, name: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>
Parameters
- resourceGroupName
-
string
The name of the resource group within the Azure subscription.
- accountName
-
string
The Media Services account name.
- name
-
string
The options parameters.
Returns
Promise<PrivateLinkResource>
list(string, string, PrivateLinkResourcesListOptionalParams)
List supported group IDs.
function list(resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListOptionalParams): Promise<PrivateLinkResourceListResult>
Parameters
- resourceGroupName
-
string
The name of the resource group within the Azure subscription.
- accountName
-
string
The Media Services account name.
The options parameters.
Returns
Promise<PrivateLinkResourceListResult>