PrivateLinkResourceOperations interface
Schnittstelle, die eine PrivateLinkResourceOperations darstellt.
Methoden
| get(string, string, string, Private |
Ruft Informationen über die angegebene private Verknüpfungsressource ab. |
| list |
Listet alle privaten Linkressourcen im angegebenen Konto auf. |
Details zur Methode
get(string, string, string, PrivateLinkResourceGetOptionalParams)
Ruft Informationen über die angegebene private Verknüpfungsressource ab.
function get(resourceGroupName: string, accountName: string, privateLinkResourceName: string, options?: PrivateLinkResourceGetOptionalParams): Promise<PrivateLinkResource>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe, die das Batchkonto enthält.
- accountName
-
string
Der Name des Batchkontos.
- privateLinkResourceName
-
string
Der Name der Ressource für private Verknüpfungen. Dies muss innerhalb des Kontos eindeutig sein.
Die Optionsparameter.
Gibt zurück
Promise<PrivateLinkResource>
listByBatchAccount(string, string, PrivateLinkResourceListByBatchAccountOptionalParams)
Listet alle privaten Linkressourcen im angegebenen Konto auf.
function listByBatchAccount(resourceGroupName: string, accountName: string, options?: PrivateLinkResourceListByBatchAccountOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe, die das Batchkonto enthält.
- accountName
-
string
Der Name des Batchkontos.
Die Optionsparameter.