PrivateEndpointConnections interface
表示 PrivateEndpointConnections 的介面。
方法
| begin |
更新與 Elastic San 相關聯的指定私人端點連線狀態 |
| begin |
更新與 Elastic San 相關聯的指定私人端點連線狀態 |
| begin |
刪除與 Elastic San 相關聯的指定私人端點連線 |
| begin |
刪除與 Elastic San 相關聯的指定私人端點連線 |
| get(string, string, string, Private |
取得與 Elastic San 相關聯的指定私人端點連線 |
| list(string, string, Private |
列出與 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
私人端點連線核准物件。
選項參數。
傳回
Promise<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
私人端點連線的名稱。
選項參數。
傳回
Promise<PrivateEndpointConnection>
list(string, string, PrivateEndpointConnectionsListOptionalParams)
列出與 Elastic San 相關聯的所有私人端點連線。
function list(resourceGroupName: string, elasticSanName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- elasticSanName
-
string
ElasticSan 的名稱。
選項參數。