共用方式為


PrivateEndpointConnections interface

表示 PrivateEndpointConnections 的介面。

方法

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

更新與 Elastic San 相關聯的指定私人端點連線狀態

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

更新與 Elastic San 相關聯的指定私人端點連線狀態

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

刪除與 Elastic San 相關聯的指定私人端點連線

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

刪除與 Elastic San 相關聯的指定私人端點連線

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

取得與 Elastic San 相關聯的指定私人端點連線

list(string, string, PrivateEndpointConnectionsListOptionalParams)

列出與 Elastic San 相關聯的所有私人端點連線。

方法詳細資料

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

更新與 Elastic San 相關聯的指定私人端點連線狀態

function beginCreate(resourceGroupName: string, elasticSanName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

elasticSanName

string

ElasticSan 的名稱。

privateEndpointConnectionName

string

私人端點連線的名稱。

parameters
PrivateEndpointConnection

私人端點連線核准物件。

傳回

Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

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

更新與 Elastic San 相關聯的指定私人端點連線狀態

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

elasticSanName

string

ElasticSan 的名稱。

privateEndpointConnectionName

string

私人端點連線的名稱。

parameters
PrivateEndpointConnection

私人端點連線核准物件。

傳回

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

刪除與 Elastic San 相關聯的指定私人端點連線

function beginDelete(resourceGroupName: string, elasticSanName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

elasticSanName

string

ElasticSan 的名稱。

privateEndpointConnectionName

string

私人端點連線的名稱。

傳回

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

刪除與 Elastic San 相關聯的指定私人端點連線

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

elasticSanName

string

ElasticSan 的名稱。

privateEndpointConnectionName

string

私人端點連線的名稱。

傳回

Promise<void>

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

取得與 Elastic San 相關聯的指定私人端點連線

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

elasticSanName

string

ElasticSan 的名稱。

privateEndpointConnectionName

string

私人端點連線的名稱。

傳回

list(string, string, PrivateEndpointConnectionsListOptionalParams)

列出與 Elastic San 相關聯的所有私人端點連線。

function list(resourceGroupName: string, elasticSanName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

elasticSanName

string

ElasticSan 的名稱。

傳回