PrivateLinkHubPrivateLinkResources interface
Interface representing a PrivateLinkHubPrivateLinkResources.
Methods
get(string, string, string, Private |
Get private link resource in private link hub |
list(string, string, Private |
Get all private link resources for a private link hub |
Method Details
get(string, string, string, PrivateLinkHubPrivateLinkResourcesGetOptionalParams)
Get private link resource in private link hub
function get(resourceGroupName: string, privateLinkHubName: string, privateLinkResourceName: string, options?: PrivateLinkHubPrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- privateLinkHubName
-
string
The name of the private link hub
- privateLinkResourceName
-
string
The name of the private link resource
The options parameters.
Returns
Promise<PrivateLinkResource>
list(string, string, PrivateLinkHubPrivateLinkResourcesListOptionalParams)
Get all private link resources for a private link hub
function list(resourceGroupName: string, privateLinkHubName: string, options?: PrivateLinkHubPrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- privateLinkHubName
-
string
The name of the private link hub
The options parameters.