Share via


ManagedEnvironmentPrivateEndpointConnections interface

Interface representing a ManagedEnvironmentPrivateEndpointConnections.

Methods

beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateOptionalParams)

Update the state of a private endpoint connection for a given managed environment.

beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateOptionalParams)

Update the state of a private endpoint connection for a given managed environment.

beginDelete(string, string, string, ManagedEnvironmentPrivateEndpointConnectionsDeleteOptionalParams)

Delete a private endpoint connection for a given managed environment.

beginDeleteAndWait(string, string, string, ManagedEnvironmentPrivateEndpointConnectionsDeleteOptionalParams)

Delete a private endpoint connection for a given managed environment.

get(string, string, string, ManagedEnvironmentPrivateEndpointConnectionsGetOptionalParams)

Get a private endpoint connection for a given managed environment.

list(string, string, ManagedEnvironmentPrivateEndpointConnectionsListOptionalParams)

List private endpoint connections for a given managed environment.

Method Details

beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateOptionalParams)

Update the state of a private endpoint connection for a given managed environment.

function beginCreateOrUpdate(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, privateEndpointConnectionEnvelope: PrivateEndpointConnection, options?: ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

environmentName

string

Name of the Managed Environment.

privateEndpointConnectionName

string

The name of the private endpoint connection associated with the Azure resource.

privateEndpointConnectionEnvelope
PrivateEndpointConnection

The resource of private endpoint and its properties

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateOptionalParams)

Update the state of a private endpoint connection for a given managed environment.

function beginCreateOrUpdateAndWait(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, privateEndpointConnectionEnvelope: PrivateEndpointConnection, options?: ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

environmentName

string

Name of the Managed Environment.

privateEndpointConnectionName

string

The name of the private endpoint connection associated with the Azure resource.

privateEndpointConnectionEnvelope
PrivateEndpointConnection

The resource of private endpoint and its properties

Returns

beginDelete(string, string, string, ManagedEnvironmentPrivateEndpointConnectionsDeleteOptionalParams)

Delete a private endpoint connection for a given managed environment.

function beginDelete(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, options?: ManagedEnvironmentPrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders>, ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

environmentName

string

Name of the Managed Environment.

privateEndpointConnectionName

string

The name of the private endpoint connection associated with the Azure resource.

Returns

beginDeleteAndWait(string, string, string, ManagedEnvironmentPrivateEndpointConnectionsDeleteOptionalParams)

Delete a private endpoint connection for a given managed environment.

function beginDeleteAndWait(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, options?: ManagedEnvironmentPrivateEndpointConnectionsDeleteOptionalParams): Promise<ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

environmentName

string

Name of the Managed Environment.

privateEndpointConnectionName

string

The name of the private endpoint connection associated with the Azure resource.

Returns

get(string, string, string, ManagedEnvironmentPrivateEndpointConnectionsGetOptionalParams)

Get a private endpoint connection for a given managed environment.

function get(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, options?: ManagedEnvironmentPrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

environmentName

string

Name of the Managed Environment.

privateEndpointConnectionName

string

The name of the private endpoint connection associated with the Azure resource.

Returns

list(string, string, ManagedEnvironmentPrivateEndpointConnectionsListOptionalParams)

List private endpoint connections for a given managed environment.

function list(resourceGroupName: string, environmentName: string, options?: ManagedEnvironmentPrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

environmentName

string

Name of the Managed Environment.

Returns