PrivateEndpointConnections interface
代表 PrivateEndpointConnections 的介面。
方法
begin |
更新與組態存放區相關聯的指定私人端點線上狀態。 此作業無法用來建立私人端點連線。 您必須使用網路資源提供者建立私人端點連線。 |
begin |
更新與組態存放區相關聯的指定私人端點線上狀態。 此作業無法用來建立私人端點連線。 您必須使用網路資源提供者建立私人端點連線。 |
begin |
刪除私人端點連線。 |
begin |
刪除私人端點連線。 |
get(string, string, string, Private |
取得與組態存放區相關聯的指定私人端點連線。 |
list |
列出組態存放區的所有私人端點連線。 |
方法詳細資料
beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
更新與組態存放區相關聯的指定私人端點線上狀態。 此作業無法用來建立私人端點連線。 您必須使用網路資源提供者建立私人端點連線。
function beginCreateOrUpdate(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
參數
- resourceGroupName
-
string
容器登錄所屬的資源組名。
- configStoreName
-
string
組態存放區的名稱。
- privateEndpointConnectionName
-
string
私人端點連線名稱
- privateEndpointConnection
- PrivateEndpointConnection
私人端點連線屬性。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
更新與組態存放區相關聯的指定私人端點線上狀態。 此作業無法用來建立私人端點連線。 您必須使用網路資源提供者建立私人端點連線。
function beginCreateOrUpdateAndWait(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>
參數
- resourceGroupName
-
string
容器登錄所屬的資源組名。
- configStoreName
-
string
組態存放區的名稱。
- privateEndpointConnectionName
-
string
私人端點連線名稱
- privateEndpointConnection
- PrivateEndpointConnection
私人端點連線屬性。
選項參數。
傳回
Promise<PrivateEndpointConnection>
beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
刪除私人端點連線。
function beginDelete(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
參數
- resourceGroupName
-
string
容器登錄所屬的資源組名。
- configStoreName
-
string
組態存放區的名稱。
- privateEndpointConnectionName
-
string
私人端點連線名稱
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
刪除私人端點連線。
function beginDeleteAndWait(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
容器登錄所屬的資源組名。
- configStoreName
-
string
組態存放區的名稱。
- privateEndpointConnectionName
-
string
私人端點連線名稱
選項參數。
傳回
Promise<void>
get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)
取得與組態存放區相關聯的指定私人端點連線。
function get(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>
參數
- resourceGroupName
-
string
容器登錄所屬的資源組名。
- configStoreName
-
string
組態存放區的名稱。
- privateEndpointConnectionName
-
string
私人端點連線名稱
選項參數。
傳回
Promise<PrivateEndpointConnection>
listByConfigurationStore(string, string, PrivateEndpointConnectionsListByConfigurationStoreOptionalParams)
列出組態存放區的所有私人端點連線。
function listByConfigurationStore(resourceGroupName: string, configStoreName: string, options?: PrivateEndpointConnectionsListByConfigurationStoreOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
參數
- resourceGroupName
-
string
容器登錄所屬的資源組名。
- configStoreName
-
string
組態存放區的名稱。