PrivateEndpointConnectionOperations interface
Interface representing a PrivateEndpointConnectionOperations.
Methods
delete(string, string, string, Private |
Delete the private endpoint connection from the project. T. |
get(string, string, string, Private |
Get information related to a specific private endpoint connection in the project. Returns a json object of type 'privateEndpointConnections' as specified in the models section. |
list |
Get all private endpoint connections in the project. Returns a json array of objects of type 'privateEndpointConnections' as specified in the Models section. |
update(string, string, string, Private |
Update a specific private endpoint connection in the project. |
Method Details
delete(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)
Delete the private endpoint connection from the project. T.
function delete(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams): Promise<PrivateEndpointConnectionDeleteHeaders>
Parameters
- resourceGroupName
-
string
Name of the Azure Resource Group that project is part of.
- projectName
-
string
Name of the Azure Migrate project.
- privateEndpointConnectionName
-
string
Unique name of a private endpoint connection within a project.
The options parameters.
Returns
get(string, string, string, PrivateEndpointConnectionGetOptionalParams)
Get information related to a specific private endpoint connection in the project. Returns a json object of type 'privateEndpointConnections' as specified in the models section.
function get(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionGetOptionalParams): Promise<PrivateEndpointConnectionGetResponse>
Parameters
- resourceGroupName
-
string
Name of the Azure Resource Group that project is part of.
- projectName
-
string
Name of the Azure Migrate project.
- privateEndpointConnectionName
-
string
Unique name of a private endpoint connection within a project.
The options parameters.
Returns
Promise<PrivateEndpointConnectionGetResponse>
listByProject(string, string, PrivateEndpointConnectionListByProjectOptionalParams)
Get all private endpoint connections in the project. Returns a json array of objects of type 'privateEndpointConnections' as specified in the Models section.
function listByProject(resourceGroupName: string, projectName: string, options?: PrivateEndpointConnectionListByProjectOptionalParams): Promise<PrivateEndpointConnectionListByProjectResponse>
Parameters
- resourceGroupName
-
string
Name of the Azure Resource Group that project is part of.
- projectName
-
string
Name of the Azure Migrate project.
The options parameters.
Returns
update(string, string, string, PrivateEndpointConnectionUpdateOptionalParams)
Update a specific private endpoint connection in the project.
function update(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionUpdateOptionalParams): Promise<PrivateEndpointConnectionUpdateResponse>
Parameters
- resourceGroupName
-
string
Name of the Azure Resource Group that project is part of.
- projectName
-
string
Name of the Azure Migrate project.
- privateEndpointConnectionName
-
string
Unique name of a private endpoint connection within a project.
The options parameters.