PrivateEndpointConnections interface
表示 PrivateEndpointConnections 的介面。
方法
方法詳細資料
beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
更新與服務相關聯的指定私人端點連線狀態。
function beginCreateOrUpdate(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionDescription>, PrivateEndpointConnectionDescription>>
參數
- resourceGroupName
-
string
包含服務實例的資源群組名稱。
- resourceName
-
string
服務實例的名稱。
- privateEndpointConnectionName
-
string
與 Azure 資源相關聯的私人端點連線名稱
- properties
- PrivateEndpointConnection
私人端點連線屬性。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnectionDescription>, PrivateEndpointConnectionDescription>>
beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
更新與服務相關聯的指定私人端點連線狀態。
function beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionDescription>
參數
- resourceGroupName
-
string
包含服務實例的資源群組名稱。
- resourceName
-
string
服務實例的名稱。
- privateEndpointConnectionName
-
string
與 Azure 資源相關聯的私人端點連線名稱
- properties
- PrivateEndpointConnection
私人端點連線屬性。
選項參數。
傳回
Promise<PrivateEndpointConnectionDescription>
beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
刪除私人端點連線。
function beginDelete(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
參數
- resourceGroupName
-
string
包含服務實例的資源群組名稱。
- resourceName
-
string
服務實例的名稱。
- privateEndpointConnectionName
-
string
與 Azure 資源相關聯的私人端點連線名稱
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
刪除私人端點連線。
function beginDeleteAndWait(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
包含服務實例的資源群組名稱。
- resourceName
-
string
服務實例的名稱。
- privateEndpointConnectionName
-
string
與 Azure 資源相關聯的私人端點連線名稱
選項參數。
傳回
Promise<void>
get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)
取得與服務相關聯的指定私人端點連線。
function get(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionDescription>
參數
- resourceGroupName
-
string
包含服務實例的資源群組名稱。
- resourceName
-
string
服務實例的名稱。
- privateEndpointConnectionName
-
string
與 Azure 資源相關聯的私人端點連線名稱
選項參數。
傳回
Promise<PrivateEndpointConnectionDescription>
listByService(string, string, PrivateEndpointConnectionsListByServiceOptionalParams)
列出服務的所有私人端點連線。
function listByService(resourceGroupName: string, resourceName: string, options?: PrivateEndpointConnectionsListByServiceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionDescription, PrivateEndpointConnectionDescription[], PageSettings>
參數
- resourceGroupName
-
string
包含服務實例的資源群組名稱。
- resourceName
-
string
服務實例的名稱。
選項參數。