PrivateLinkResources interface
Interface die een PrivateLinkResources vertegenwoordigt.
Methoden
| get(string, string, string, Private |
Private Link-resourceobject ophalen. |
| list |
Lijst met Private Link-resources ophalen. |
Methodedetails
get(string, string, string, PrivateLinkResourcesGetOptionalParams)
Private Link-resourceobject ophalen.
function get(resourceGroupName: string, farmBeatsResourceName: string, subResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- farmBeatsResourceName
-
string
FarmBeats-resourcenaam.
- subResourceName
-
string
Naam van subresource.
De optiesparameters.
Retouren
Promise<PrivateLinkResource>
listByResource(string, string, PrivateLinkResourcesListByResourceOptionalParams)
Lijst met Private Link-resources ophalen.
function listByResource(resourceGroupName: string, farmBeatsResourceName: string, options?: PrivateLinkResourcesListByResourceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- farmBeatsResourceName
-
string
FarmBeats-resourcenaam.
De optiesparameters.