ContainerAppPrivateEndpointConnectionsOperations interface
Interface representing a ContainerAppPrivateEndpointConnections operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Creates a private endpoint connection or updates its connection state for a Container App. |
| delete | Deletes the specified private endpoint connection associated with a Container App. |
| get | Gets the details of a private endpoint connection associated with a Container App. |
| list | Lists all private endpoint connections associated with a Container App. |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, containerAppName: string, privateEndpointConnectionName: string, privateEndpointConnectionEnvelope: PrivateEndpointConnection, options?: ContainerAppPrivateEndpointConnectionsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
Property Value
(resourceGroupName: string, containerAppName: string, privateEndpointConnectionName: string, privateEndpointConnectionEnvelope: PrivateEndpointConnection, options?: ContainerAppPrivateEndpointConnectionsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, containerAppName: string, privateEndpointConnectionName: string, privateEndpointConnectionEnvelope: PrivateEndpointConnection, options?: ContainerAppPrivateEndpointConnectionsCreateOrUpdateOptionalParams) => Promise<PrivateEndpointConnection>
Property Value
(resourceGroupName: string, containerAppName: string, privateEndpointConnectionName: string, privateEndpointConnectionEnvelope: PrivateEndpointConnection, options?: ContainerAppPrivateEndpointConnectionsCreateOrUpdateOptionalParams) => Promise<PrivateEndpointConnection>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, containerAppName: string, privateEndpointConnectionName: string, options?: ContainerAppPrivateEndpointConnectionsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, containerAppName: string, privateEndpointConnectionName: string, options?: ContainerAppPrivateEndpointConnectionsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, containerAppName: string, privateEndpointConnectionName: string, options?: ContainerAppPrivateEndpointConnectionsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, containerAppName: string, privateEndpointConnectionName: string, options?: ContainerAppPrivateEndpointConnectionsDeleteOptionalParams) => Promise<void>
createOrUpdate
Creates a private endpoint connection or updates its connection state for a Container App.
createOrUpdate: (resourceGroupName: string, containerAppName: string, privateEndpointConnectionName: string, privateEndpointConnectionEnvelope: PrivateEndpointConnection, options?: ContainerAppPrivateEndpointConnectionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>
Property Value
(resourceGroupName: string, containerAppName: string, privateEndpointConnectionName: string, privateEndpointConnectionEnvelope: PrivateEndpointConnection, options?: ContainerAppPrivateEndpointConnectionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>
delete
Deletes the specified private endpoint connection associated with a Container App.
delete: (resourceGroupName: string, containerAppName: string, privateEndpointConnectionName: string, options?: ContainerAppPrivateEndpointConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, containerAppName: string, privateEndpointConnectionName: string, options?: ContainerAppPrivateEndpointConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Gets the details of a private endpoint connection associated with a Container App.
get: (resourceGroupName: string, containerAppName: string, privateEndpointConnectionName: string, options?: ContainerAppPrivateEndpointConnectionsGetOptionalParams) => Promise<PrivateEndpointConnection>
Property Value
(resourceGroupName: string, containerAppName: string, privateEndpointConnectionName: string, options?: ContainerAppPrivateEndpointConnectionsGetOptionalParams) => Promise<PrivateEndpointConnection>
list
Lists all private endpoint connections associated with a Container App.
list: (resourceGroupName: string, containerAppName: string, options?: ContainerAppPrivateEndpointConnectionsListOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
Property Value
(resourceGroupName: string, containerAppName: string, options?: ContainerAppPrivateEndpointConnectionsListOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>