PrivateEndpointConnectionsOperations interface

Interfejs reprezentujący operacje PrivateEndpointConnections.

Właściwości

createOrUpdate

Zatwierdza lub odrzuca połączenie prywatnego punktu końcowego o podanej nazwie.

delete

Usuwa połączenie prywatnego punktu końcowego o podanej nazwie.

get

Pobiera połączenie prywatnego punktu końcowego.

listByCluster

Pobiera listę połączeń prywatnych punktów końcowych w klastrze.

Szczegóły właściwości

createOrUpdate

Zatwierdza lub odrzuca połączenie prywatnego punktu końcowego o podanej nazwie.

createOrUpdate: (resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>

Wartość właściwości

(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>

delete

Usuwa połączenie prywatnego punktu końcowego o podanej nazwie.

delete: (resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Wartość właściwości

(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Pobiera połączenie prywatnego punktu końcowego.

get: (resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams) => Promise<PrivateEndpointConnection>

Wartość właściwości

(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams) => Promise<PrivateEndpointConnection>

listByCluster

Pobiera listę połączeń prywatnych punktów końcowych w klastrze.

listByCluster: (resourceGroupName: string, clusterName: string, options?: PrivateEndpointConnectionsListByClusterOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

Wartość właściwości

(resourceGroupName: string, clusterName: string, options?: PrivateEndpointConnectionsListByClusterOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>