PrivateEndpointConnections interface
表示 PrivateEndpointConnections 的介面。
方法
方法詳細資料
beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
刪除具有指定名稱的私人端點連線
function beginDelete(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
參數
- resourceGroupName
-
string
包含IoT中樞的資源群組名稱。
- resourceName
-
string
IoT 中樞的名稱。
- privateEndpointConnectionName
-
string
私人端點連線的名稱
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
刪除具有指定名稱的私人端點連線
function beginDeleteAndWait(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PrivateEndpointConnection>
參數
- resourceGroupName
-
string
包含IoT中樞的資源群組名稱。
- resourceName
-
string
IoT 中樞的名稱。
- privateEndpointConnectionName
-
string
私人端點連線的名稱
選項參數。
傳回
Promise<PrivateEndpointConnection>
beginUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsUpdateOptionalParams)
使用指定的名稱更新私人端點連線的狀態
function beginUpdate(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
參數
- resourceGroupName
-
string
包含IoT中樞的資源群組名稱。
- resourceName
-
string
IoT 中樞的名稱。
- privateEndpointConnectionName
-
string
私人端點連線的名稱
- privateEndpointConnection
- PrivateEndpointConnection
具有更新屬性的私人端點連線
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
beginUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsUpdateOptionalParams)
使用指定的名稱更新私人端點連線的狀態
function beginUpdateAndWait(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateOptionalParams): Promise<PrivateEndpointConnection>
參數
- resourceGroupName
-
string
包含IoT中樞的資源群組名稱。
- resourceName
-
string
IoT 中樞的名稱。
- privateEndpointConnectionName
-
string
私人端點連線的名稱
- privateEndpointConnection
- PrivateEndpointConnection
具有更新屬性的私人端點連線
選項參數。
傳回
Promise<PrivateEndpointConnection>
get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)
取得私人端點連線屬性
function get(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>
參數
- resourceGroupName
-
string
包含IoT中樞的資源群組名稱。
- resourceName
-
string
IoT 中樞的名稱。
- privateEndpointConnectionName
-
string
私人端點連線的名稱
選項參數。
傳回
Promise<PrivateEndpointConnection>
list(string, string, PrivateEndpointConnectionsListOptionalParams)
列出私人端點連線屬性
function list(resourceGroupName: string, resourceName: string, options?: PrivateEndpointConnectionsListOptionalParams): Promise<PrivateEndpointConnectionsListResponse>
參數
- resourceGroupName
-
string
包含IoT中樞的資源群組名稱。
- resourceName
-
string
IoT 中樞的名稱。
選項參數。