PrivateEndpointConnectionOperations interface

Interface representing a PrivateEndpointConnection operations.

Properties

createOrUpdate

Approves or rejects a private endpoint connection

delete

Deletes a private endpoint connection

get

Gets a private endpoint connection

Property Details

createOrUpdate

Approves or rejects a private endpoint connection

createOrUpdate: (resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, privateEndpointWrapper: PrivateLinkConnectionApprovalRequestResource, options?: PrivateEndpointConnectionCreateOrUpdateOptionalParams) => Promise<PrivateEndpointConnectionResource>

Property Value

(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, privateEndpointWrapper: PrivateLinkConnectionApprovalRequestResource, options?: PrivateEndpointConnectionCreateOrUpdateOptionalParams) => Promise<PrivateEndpointConnectionResource>

delete

Deletes a private endpoint connection

delete: (resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams) => Promise<void>

get

Gets a private endpoint connection

get: (resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionGetOptionalParams) => Promise<PrivateEndpointConnectionResource>

Property Value

(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionGetOptionalParams) => Promise<PrivateEndpointConnectionResource>