PrivateEndpointConnectionOperations interface
Interface representing a PrivateEndpointConnectionOperations.
Methods
| begin |
Create a PrivateEndpointConnection |
| begin |
Create a PrivateEndpointConnection |
| delete(string, string, string, Private |
Delete a PrivateEndpointConnection |
| get(string, string, string, Private |
Get a PrivateEndpointConnection |
| list |
List PrivateEndpointConnection resources by AssessmentProject |
Method Details
beginUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionOperationsUpdateOptionalParams)
Create a PrivateEndpointConnection
function beginUpdate(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnection, options?: PrivateEndpointConnectionOperationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- projectName
-
string
Assessment Project Name
- privateEndpointConnectionName
-
string
Private endpoint connection ARM name
- resource
- PrivateEndpointConnection
Resource create parameters.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
beginUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionOperationsUpdateOptionalParams)
Create a PrivateEndpointConnection
function beginUpdateAndWait(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnection, options?: PrivateEndpointConnectionOperationsUpdateOptionalParams): Promise<PrivateEndpointConnection>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- projectName
-
string
Assessment Project Name
- privateEndpointConnectionName
-
string
Private endpoint connection ARM name
- resource
- PrivateEndpointConnection
Resource create parameters.
The options parameters.
Returns
Promise<PrivateEndpointConnection>
delete(string, string, string, PrivateEndpointConnectionOperationsDeleteOptionalParams)
Delete a PrivateEndpointConnection
function delete(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionOperationsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- projectName
-
string
Assessment Project Name
- privateEndpointConnectionName
-
string
Private endpoint connection ARM name
The options parameters.
Returns
Promise<void>
get(string, string, string, PrivateEndpointConnectionOperationsGetOptionalParams)
Get a PrivateEndpointConnection
function get(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionOperationsGetOptionalParams): Promise<PrivateEndpointConnection>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- projectName
-
string
Assessment Project Name
- privateEndpointConnectionName
-
string
Private endpoint connection ARM name
The options parameters.
Returns
Promise<PrivateEndpointConnection>
listByAssessmentProject(string, string, PrivateEndpointConnectionOperationsListByAssessmentProjectOptionalParams)
List PrivateEndpointConnection resources by AssessmentProject
function listByAssessmentProject(resourceGroupName: string, projectName: string, options?: PrivateEndpointConnectionOperationsListByAssessmentProjectOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- projectName
-
string
Assessment Project Name
The options parameters.