你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PrivateEndpointConnections interface

表示 PrivateEndpointConnections 的接口。

方法

beginCreate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

更新与存储同步服务关联的指定专用终结点连接的状态。

beginCreateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

更新与存储同步服务关联的指定专用终结点连接的状态。

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

删除与存储同步服务关联的指定专用终结点连接。

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

删除与存储同步服务关联的指定专用终结点连接。

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

获取与存储同步服务关联的指定专用终结点连接。

listByStorageSyncService(string, string, PrivateEndpointConnectionsListByStorageSyncServiceOptionalParams)

获取 PrivateEndpointConnection 列表。

方法详细信息

beginCreate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

更新与存储同步服务关联的指定专用终结点连接的状态。

function beginCreate(resourceGroupName: string, storageSyncServiceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

storageSyncServiceName

string

指定资源组中的存储同步服务名称的名称。

privateEndpointConnectionName

string

与 Azure 资源关联的专用终结点连接的名称

properties
PrivateEndpointConnection

专用终结点连接属性。

返回

Promise<PollerLike<@azure/core-lro.PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

beginCreateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

更新与存储同步服务关联的指定专用终结点连接的状态。

function beginCreateAndWait(resourceGroupName: string, storageSyncServiceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<PrivateEndpointConnection>

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

storageSyncServiceName

string

指定资源组中的存储同步服务名称的名称。

privateEndpointConnectionName

string

与 Azure 资源关联的专用终结点连接的名称

properties
PrivateEndpointConnection

专用终结点连接属性。

返回

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

删除与存储同步服务关联的指定专用终结点连接。

function beginDelete(resourceGroupName: string, storageSyncServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

storageSyncServiceName

string

指定资源组中的存储同步服务名称的名称。

privateEndpointConnectionName

string

与 Azure 资源关联的专用终结点连接的名称

返回

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

删除与存储同步服务关联的指定专用终结点连接。

function beginDeleteAndWait(resourceGroupName: string, storageSyncServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

storageSyncServiceName

string

指定资源组中的存储同步服务名称的名称。

privateEndpointConnectionName

string

与 Azure 资源关联的专用终结点连接的名称

返回

Promise<void>

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

获取与存储同步服务关联的指定专用终结点连接。

function get(resourceGroupName: string, storageSyncServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

storageSyncServiceName

string

指定资源组中的存储同步服务名称的名称。

privateEndpointConnectionName

string

与 Azure 资源关联的专用终结点连接的名称

返回

listByStorageSyncService(string, string, PrivateEndpointConnectionsListByStorageSyncServiceOptionalParams)

获取 PrivateEndpointConnection 列表。

function listByStorageSyncService(resourceGroupName: string, storageSyncServiceName: string, options?: PrivateEndpointConnectionsListByStorageSyncServiceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

storageSyncServiceName

string

存储同步服务资源的名称。

返回