PrivateLinkResourceOperations interface
Interface representing a PrivateLinkResourceOperations.
Methods
get(string, string, string, Private |
Gets information about the specified private link resource. |
list |
Lists all of the private link resources in the specified account. |
Method Details
get(string, string, string, PrivateLinkResourceGetOptionalParams)
Gets information about the specified private link resource.
function get(resourceGroupName: string, accountName: string, privateLinkResourceName: string, options?: PrivateLinkResourceGetOptionalParams): Promise<PrivateLinkResource>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the Batch account.
- accountName
-
string
The name of the Batch account.
- privateLinkResourceName
-
string
The private link resource name. This must be unique within the account.
The options parameters.
Returns
Promise<PrivateLinkResource>
listByBatchAccount(string, string, PrivateLinkResourceListByBatchAccountOptionalParams)
Lists all of the private link resources in the specified account.
function listByBatchAccount(resourceGroupName: string, accountName: string, options?: PrivateLinkResourceListByBatchAccountOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the Batch account.
- accountName
-
string
The name of the Batch account.
The options parameters.