PrivateLinkResourceOperations interface
Interface representing a PrivateLinkResourceOperations.
Methods
| get(string, string, string, Private |
Get a PrivateLinkResource |
| list |
List PrivateLinkResource resources by AssessmentProject |
Method Details
get(string, string, string, PrivateLinkResourceOperationsGetOptionalParams)
Get a PrivateLinkResource
function get(resourceGroupName: string, projectName: string, privateLinkResourceName: string, options?: PrivateLinkResourceOperationsGetOptionalParams): Promise<PrivateLinkResource>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- projectName
-
string
Assessment Project Name
- privateLinkResourceName
-
string
Private link resource ARM name
The options parameters.
Returns
Promise<PrivateLinkResource>
listByAssessmentProject(string, string, PrivateLinkResourceOperationsListByAssessmentProjectOptionalParams)
List PrivateLinkResource resources by AssessmentProject
function listByAssessmentProject(resourceGroupName: string, projectName: string, options?: PrivateLinkResourceOperationsListByAssessmentProjectOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- projectName
-
string
Assessment Project Name
The options parameters.