ManagedInstancePrivateEndpointConnections interface
Interface representing a ManagedInstancePrivateEndpointConnections.
Methods
Method Details
beginCreateOrUpdate(string, string, string, ManagedInstancePrivateEndpointConnection, ManagedInstancePrivateEndpointConnectionsCreateOrUpdateOptionalParams)
Approve or reject a private endpoint connection with a given name.
function beginCreateOrUpdate(resourceGroupName: string, managedInstanceName: string, privateEndpointConnectionName: string, parameters: ManagedInstancePrivateEndpointConnection, options?: ManagedInstancePrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedInstancePrivateEndpointConnection>, ManagedInstancePrivateEndpointConnection>>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- managedInstanceName
-
string
The name of the managed instance.
- privateEndpointConnectionName
-
string
- parameters
- ManagedInstancePrivateEndpointConnection
A private endpoint connection
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<ManagedInstancePrivateEndpointConnection>, ManagedInstancePrivateEndpointConnection>>
beginCreateOrUpdateAndWait(string, string, string, ManagedInstancePrivateEndpointConnection, ManagedInstancePrivateEndpointConnectionsCreateOrUpdateOptionalParams)
Approve or reject a private endpoint connection with a given name.
function beginCreateOrUpdateAndWait(resourceGroupName: string, managedInstanceName: string, privateEndpointConnectionName: string, parameters: ManagedInstancePrivateEndpointConnection, options?: ManagedInstancePrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<ManagedInstancePrivateEndpointConnection>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- managedInstanceName
-
string
The name of the managed instance.
- privateEndpointConnectionName
-
string
- parameters
- ManagedInstancePrivateEndpointConnection
A private endpoint connection
The options parameters.
Returns
beginDelete(string, string, string, ManagedInstancePrivateEndpointConnectionsDeleteOptionalParams)
Deletes a private endpoint connection with a given name.
function beginDelete(resourceGroupName: string, managedInstanceName: string, privateEndpointConnectionName: string, options?: ManagedInstancePrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- managedInstanceName
-
string
The name of the managed instance.
- privateEndpointConnectionName
-
string
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, ManagedInstancePrivateEndpointConnectionsDeleteOptionalParams)
Deletes a private endpoint connection with a given name.
function beginDeleteAndWait(resourceGroupName: string, managedInstanceName: string, privateEndpointConnectionName: string, options?: ManagedInstancePrivateEndpointConnectionsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- managedInstanceName
-
string
The name of the managed instance.
- privateEndpointConnectionName
-
string
The options parameters.
Returns
Promise<void>
get(string, string, string, ManagedInstancePrivateEndpointConnectionsGetOptionalParams)
Gets a private endpoint connection.
function get(resourceGroupName: string, managedInstanceName: string, privateEndpointConnectionName: string, options?: ManagedInstancePrivateEndpointConnectionsGetOptionalParams): Promise<ManagedInstancePrivateEndpointConnection>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- managedInstanceName
-
string
The name of the managed instance.
- privateEndpointConnectionName
-
string
The name of the private endpoint connection.
The options parameters.
Returns
listByManagedInstance(string, string, ManagedInstancePrivateEndpointConnectionsListByManagedInstanceOptionalParams)
Gets all private endpoint connections on a server.
function listByManagedInstance(resourceGroupName: string, managedInstanceName: string, options?: ManagedInstancePrivateEndpointConnectionsListByManagedInstanceOptionalParams): PagedAsyncIterableIterator<ManagedInstancePrivateEndpointConnection, ManagedInstancePrivateEndpointConnection[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- managedInstanceName
-
string
The name of the managed instance.
The options parameters.