PrivateLinkResourceOperations interface
Interface die een PrivateLinkResourceOperations vertegenwoordigt.
Methoden
| get(string, string, string, Private |
Hiermee haalt u informatie op over de opgegeven private link-resource. |
| list |
Een lijst met alle private link-resources in het opgegeven account. |
Methodedetails
get(string, string, string, PrivateLinkResourceGetOptionalParams)
Hiermee haalt u informatie op over de opgegeven private link-resource.
function get(resourceGroupName: string, accountName: string, privateLinkResourceName: string, options?: PrivateLinkResourceGetOptionalParams): Promise<PrivateLinkResource>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep die het Batch-account bevat.
- accountName
-
string
De naam van het Batch-account.
- privateLinkResourceName
-
string
De naam van de private link-resource. Dit moet uniek zijn binnen het account.
De optiesparameters.
Retouren
Promise<PrivateLinkResource>
listByBatchAccount(string, string, PrivateLinkResourceListByBatchAccountOptionalParams)
Een lijst met alle private link-resources in het opgegeven account.
function listByBatchAccount(resourceGroupName: string, accountName: string, options?: PrivateLinkResourceListByBatchAccountOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep die het Batch-account bevat.
- accountName
-
string
De naam van het Batch-account.
De optiesparameters.