PrivateEndpointConnectionsOperations interface
Interface representing a PrivateEndpointConnections operations.
Properties
| create |
Approve or reject a private endpoint connection with a given name. |
| delete | Deletes a private endpoint connection with a given name. |
| get | Gets a private endpoint connection. |
| list |
List all private endpoint connections on an EnterprisePolicy. |
Property Details
createOrUpdate
Approve or reject a private endpoint connection with a given name.
createOrUpdate: (resourceGroupName: string, enterprisePolicyName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams) => Promise<PrivateEndpointConnection>
Property Value
(resourceGroupName: string, enterprisePolicyName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams) => Promise<PrivateEndpointConnection>
delete
Deletes a private endpoint connection with a given name.
delete: (resourceGroupName: string, enterprisePolicyName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, enterprisePolicyName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams) => Promise<void>
get
Gets a private endpoint connection.
get: (resourceGroupName: string, enterprisePolicyName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams) => Promise<PrivateEndpointConnection>
Property Value
(resourceGroupName: string, enterprisePolicyName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams) => Promise<PrivateEndpointConnection>
listByEnterprisePolicy
List all private endpoint connections on an EnterprisePolicy.
listByEnterprisePolicy: (resourceGroupName: string, enterprisePolicyName: string, options?: PrivateEndpointConnectionsListByEnterprisePolicyOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
Property Value
(resourceGroupName: string, enterprisePolicyName: string, options?: PrivateEndpointConnectionsListByEnterprisePolicyOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>