共用方式為


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

儲存體同步服務資源的名稱。

傳回