PrivateLinkResources interface
Interface representing a PrivateLinkResources.
Methods
get(string, string, string, Private |
Get Private link resource object. |
list |
Get list of Private link resources. |
Method Details
get(string, string, string, PrivateLinkResourcesGetOptionalParams)
Get Private link resource object.
function get(resourceGroupName: string, farmBeatsResourceName: string, subResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- farmBeatsResourceName
-
string
FarmBeats resource name.
- subResourceName
-
string
Sub resource name.
The options parameters.
Returns
Promise<PrivateLinkResource>
listByResource(string, string, PrivateLinkResourcesListByResourceOptionalParams)
Get list of Private link resources.
function listByResource(resourceGroupName: string, farmBeatsResourceName: string, options?: PrivateLinkResourcesListByResourceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- farmBeatsResourceName
-
string
FarmBeats resource name.
The options parameters.
Returns
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript