PrivateEndpointConnections interface
表示 PrivateEndpointConnections 的接口。
方法
方法详细信息
beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
批准或拒绝具有给定名称的专用终结点连接。
function beginCreateOrUpdate(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
参数
- resourceGroupName
-
string
资源组的名称。 名称不区分大小写。
- clusterName
-
string
群集的名称。
- privateEndpointConnectionName
-
string
与群集关联的专用终结点连接的名称。
- parameters
- PrivateEndpointConnection
批准专用终结点连接所需的参数。
选项参数。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
批准或拒绝具有给定名称的专用终结点连接。
function beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>
参数
- resourceGroupName
-
string
资源组的名称。 名称不区分大小写。
- clusterName
-
string
群集的名称。
- privateEndpointConnectionName
-
string
与群集关联的专用终结点连接的名称。
- parameters
- PrivateEndpointConnection
批准专用终结点连接所需的参数。
选项参数。
返回
Promise<PrivateEndpointConnection>
beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
删除具有给定名称的专用终结点连接。
function beginDelete(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsDeleteHeaders>, PrivateEndpointConnectionsDeleteHeaders>>
参数
- resourceGroupName
-
string
资源组的名称。 名称不区分大小写。
- clusterName
-
string
群集的名称。
- privateEndpointConnectionName
-
string
与群集关联的专用终结点连接的名称。
选项参数。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnectionsDeleteHeaders>, PrivateEndpointConnectionsDeleteHeaders>>
beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
删除具有给定名称的专用终结点连接。
function beginDeleteAndWait(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PrivateEndpointConnectionsDeleteHeaders>
参数
- resourceGroupName
-
string
资源组的名称。 名称不区分大小写。
- clusterName
-
string
群集的名称。
- privateEndpointConnectionName
-
string
与群集关联的专用终结点连接的名称。
选项参数。
返回
get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)
获取专用终结点连接。
function get(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>
参数
- resourceGroupName
-
string
资源组的名称。 名称不区分大小写。
- clusterName
-
string
群集的名称。
- privateEndpointConnectionName
-
string
与群集关联的专用终结点连接的名称。
选项参数。
返回
Promise<PrivateEndpointConnection>
listByCluster(string, string, PrivateEndpointConnectionsListByClusterOptionalParams)
获取群集上的专用终结点连接列表。
function listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateEndpointConnectionsListByClusterOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
参数
- resourceGroupName
-
string
资源组的名称。 名称不区分大小写。
- clusterName
-
string
群集的名称。
选项参数。