PrivateEndpointConnection interface
Interface representing a PrivateEndpointConnection.
Methods
create |
Approves or rejects a private endpoint connection |
delete(string, string, string, Private |
Deletes a private endpoint connection |
get(string, string, string, Private |
Gets a private endpoint connection |
Method Details
createOrUpdate(string, string, string, PrivateLinkConnectionApprovalRequestResource, PrivateEndpointConnectionCreateOrUpdateOptionalParams)
Approves or rejects a private endpoint connection
function createOrUpdate(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, privateEndpointWrapper: PrivateLinkConnectionApprovalRequestResource, options?: PrivateEndpointConnectionCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionResource>
Parameters
- resourceGroupName
-
string
The resource group name.
- factoryName
-
string
The factory name.
- privateEndpointConnectionName
-
string
The private endpoint connection name.
- privateEndpointWrapper
- PrivateLinkConnectionApprovalRequestResource
Private Endpoint Connection Approval ARM resource.
The options parameters.
Returns
Promise<PrivateEndpointConnectionResource>
delete(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)
Deletes a private endpoint connection
function delete(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The resource group name.
- factoryName
-
string
The factory name.
- privateEndpointConnectionName
-
string
The private endpoint connection name.
The options parameters.
Returns
Promise<void>
get(string, string, string, PrivateEndpointConnectionGetOptionalParams)
Gets a private endpoint connection
function get(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionGetOptionalParams): Promise<PrivateEndpointConnectionResource>
Parameters
- resourceGroupName
-
string
The resource group name.
- factoryName
-
string
The factory name.
- privateEndpointConnectionName
-
string
The private endpoint connection name.
The options parameters.
Returns
Promise<PrivateEndpointConnectionResource>