ManagedEnvironmentPrivateEndpointConnections interface
Interface representing a ManagedEnvironmentPrivateEndpointConnections.
Methods
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
The options parameters.
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
The options parameters.
Returns
Promise<PrivateEndpointConnection>
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.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders>, ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders>>
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.
The options parameters.
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.
The options parameters.
Returns
Promise<PrivateEndpointConnection>
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.
The options parameters.