PrivateLinkServices interface
代表 PrivateLinkServices 的介面。
方法
方法詳細資料
beginCheckPrivateLinkServiceVisibility(string, CheckPrivateLinkServiceVisibilityRequest, PrivateLinkServicesCheckPrivateLinkServiceVisibilityOptionalParams)
檢查私人連結服務是否可以看到訂用帳戶。
function beginCheckPrivateLinkServiceVisibility(location: string, parameters: CheckPrivateLinkServiceVisibilityRequest, options?: PrivateLinkServicesCheckPrivateLinkServiceVisibilityOptionalParams): Promise<SimplePollerLike<OperationState<PrivateLinkServiceVisibility>, PrivateLinkServiceVisibility>>
參數
- location
-
string
功能變數名稱的位置。
- parameters
- CheckPrivateLinkServiceVisibilityRequest
CheckPrivateLinkService API 呼叫的要求本文。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateLinkServiceVisibility>, PrivateLinkServiceVisibility>>
beginCheckPrivateLinkServiceVisibilityAndWait(string, CheckPrivateLinkServiceVisibilityRequest, PrivateLinkServicesCheckPrivateLinkServiceVisibilityOptionalParams)
檢查私人連結服務是否可以看到訂用帳戶。
function beginCheckPrivateLinkServiceVisibilityAndWait(location: string, parameters: CheckPrivateLinkServiceVisibilityRequest, options?: PrivateLinkServicesCheckPrivateLinkServiceVisibilityOptionalParams): Promise<PrivateLinkServiceVisibility>
參數
- location
-
string
功能變數名稱的位置。
- parameters
- CheckPrivateLinkServiceVisibilityRequest
CheckPrivateLinkService API 呼叫的要求本文。
傳回
Promise<PrivateLinkServiceVisibility>
beginCheckPrivateLinkServiceVisibilityByResourceGroup(string, string, CheckPrivateLinkServiceVisibilityRequest, PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupOptionalParams)
檢查指定的資源群組中的私人連結服務是否可以看到訂用帳戶。
function beginCheckPrivateLinkServiceVisibilityByResourceGroup(location: string, resourceGroupName: string, parameters: CheckPrivateLinkServiceVisibilityRequest, options?: PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupOptionalParams): Promise<SimplePollerLike<OperationState<PrivateLinkServiceVisibility>, PrivateLinkServiceVisibility>>
參數
- location
-
string
功能變數名稱的位置。
- resourceGroupName
-
string
資源群組的名稱。
- parameters
- CheckPrivateLinkServiceVisibilityRequest
CheckPrivateLinkService API 呼叫的要求本文。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateLinkServiceVisibility>, PrivateLinkServiceVisibility>>
beginCheckPrivateLinkServiceVisibilityByResourceGroupAndWait(string, string, CheckPrivateLinkServiceVisibilityRequest, PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupOptionalParams)
檢查指定的資源群組中的私人連結服務是否可以看到訂用帳戶。
function beginCheckPrivateLinkServiceVisibilityByResourceGroupAndWait(location: string, resourceGroupName: string, parameters: CheckPrivateLinkServiceVisibilityRequest, options?: PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupOptionalParams): Promise<PrivateLinkServiceVisibility>
參數
- location
-
string
功能變數名稱的位置。
- resourceGroupName
-
string
資源群組的名稱。
- parameters
- CheckPrivateLinkServiceVisibilityRequest
CheckPrivateLinkService API 呼叫的要求本文。
傳回
Promise<PrivateLinkServiceVisibility>
beginCreateOrUpdate(string, string, PrivateLinkService, PrivateLinkServicesCreateOrUpdateOptionalParams)
在指定的資源群組中建立或更新私人連結服務。
function beginCreateOrUpdate(resourceGroupName: string, serviceName: string, parameters: PrivateLinkService, options?: PrivateLinkServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateLinkService>, PrivateLinkService>>
參數
- resourceGroupName
-
string
資源群組的名稱。
- serviceName
-
string
私人連結服務的名稱。
- parameters
- PrivateLinkService
提供給建立或更新私人連結服務作業的參數。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateLinkService>, PrivateLinkService>>
beginCreateOrUpdateAndWait(string, string, PrivateLinkService, PrivateLinkServicesCreateOrUpdateOptionalParams)
在指定的資源群組中建立或更新私人連結服務。
function beginCreateOrUpdateAndWait(resourceGroupName: string, serviceName: string, parameters: PrivateLinkService, options?: PrivateLinkServicesCreateOrUpdateOptionalParams): Promise<PrivateLinkService>
參數
- resourceGroupName
-
string
資源群組的名稱。
- serviceName
-
string
私人連結服務的名稱。
- parameters
- PrivateLinkService
提供給建立或更新私人連結服務作業的參數。
選項參數。
傳回
Promise<PrivateLinkService>
beginDelete(string, string, PrivateLinkServicesDeleteOptionalParams)
刪除指定的私人連結服務。
function beginDelete(resourceGroupName: string, serviceName: string, options?: PrivateLinkServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
參數
- resourceGroupName
-
string
資源群組的名稱。
- serviceName
-
string
私人連結服務的名稱。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, PrivateLinkServicesDeleteOptionalParams)
刪除指定的私人連結服務。
function beginDeleteAndWait(resourceGroupName: string, serviceName: string, options?: PrivateLinkServicesDeleteOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
資源群組的名稱。
- serviceName
-
string
私人連結服務的名稱。
選項參數。
傳回
Promise<void>
beginDeletePrivateEndpointConnection(string, string, string, PrivateLinkServicesDeletePrivateEndpointConnectionOptionalParams)
刪除訂用帳戶中私人連結服務的私人端點連線。
function beginDeletePrivateEndpointConnection(resourceGroupName: string, serviceName: string, peConnectionName: string, options?: PrivateLinkServicesDeletePrivateEndpointConnectionOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
參數
- resourceGroupName
-
string
資源群組的名稱。
- serviceName
-
string
私人連結服務的名稱。
- peConnectionName
-
string
私人端點連接的名稱。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeletePrivateEndpointConnectionAndWait(string, string, string, PrivateLinkServicesDeletePrivateEndpointConnectionOptionalParams)
刪除訂用帳戶中私人連結服務的私人端點連線。
function beginDeletePrivateEndpointConnectionAndWait(resourceGroupName: string, serviceName: string, peConnectionName: string, options?: PrivateLinkServicesDeletePrivateEndpointConnectionOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
資源群組的名稱。
- serviceName
-
string
私人連結服務的名稱。
- peConnectionName
-
string
私人端點連接的名稱。
傳回
Promise<void>
get(string, string, PrivateLinkServicesGetOptionalParams)
依資源群組取得指定的私人連結服務。
function get(resourceGroupName: string, serviceName: string, options?: PrivateLinkServicesGetOptionalParams): Promise<PrivateLinkService>
參數
- resourceGroupName
-
string
資源群組的名稱。
- serviceName
-
string
私人連結服務的名稱。
選項參數。
傳回
Promise<PrivateLinkService>
getPrivateEndpointConnection(string, string, string, PrivateLinkServicesGetPrivateEndpointConnectionOptionalParams)
依資源群組中的特定私人連結服務取得特定的私人端點連線。
function getPrivateEndpointConnection(resourceGroupName: string, serviceName: string, peConnectionName: string, options?: PrivateLinkServicesGetPrivateEndpointConnectionOptionalParams): Promise<PrivateEndpointConnection>
參數
- resourceGroupName
-
string
資源群組的名稱。
- serviceName
-
string
私人連結服務的名稱。
- peConnectionName
-
string
私人端點連接的名稱。
傳回
Promise<PrivateEndpointConnection>
list(string, PrivateLinkServicesListOptionalParams)
取得資源群組中的所有私人連結服務。
function list(resourceGroupName: string, options?: PrivateLinkServicesListOptionalParams): PagedAsyncIterableIterator<PrivateLinkService, PrivateLinkService[], PageSettings>
參數
- resourceGroupName
-
string
資源群組的名稱。
選項參數。
傳回
listAutoApprovedPrivateLinkServices(string, PrivateLinkServicesListAutoApprovedPrivateLinkServicesOptionalParams)
傳回所有私人連結服務識別碼,這些識別碼可以連結至此區域中此訂用帳戶中自動核准的私人端點。
function listAutoApprovedPrivateLinkServices(location: string, options?: PrivateLinkServicesListAutoApprovedPrivateLinkServicesOptionalParams): PagedAsyncIterableIterator<AutoApprovedPrivateLinkService, AutoApprovedPrivateLinkService[], PageSettings>
參數
- location
-
string
功能變數名稱的位置。
傳回
listAutoApprovedPrivateLinkServicesByResourceGroup(string, string, PrivateLinkServicesListAutoApprovedPrivateLinkServicesByResourceGroupOptionalParams)
傳回所有私人連結服務識別碼,這些識別碼可以連結至此區域中此訂用帳戶中自動核准的私人端點。
function listAutoApprovedPrivateLinkServicesByResourceGroup(location: string, resourceGroupName: string, options?: PrivateLinkServicesListAutoApprovedPrivateLinkServicesByResourceGroupOptionalParams): PagedAsyncIterableIterator<AutoApprovedPrivateLinkService, AutoApprovedPrivateLinkService[], PageSettings>
參數
- location
-
string
功能變數名稱的位置。
- resourceGroupName
-
string
資源群組的名稱。
傳回
listBySubscription(PrivateLinkServicesListBySubscriptionOptionalParams)
取得訂用帳戶中的所有私人連結服務。
function listBySubscription(options?: PrivateLinkServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PrivateLinkService, PrivateLinkService[], PageSettings>
參數
選項參數。
傳回
listPrivateEndpointConnections(string, string, PrivateLinkServicesListPrivateEndpointConnectionsOptionalParams)
取得特定私人連結服務的所有私人端點連線。
function listPrivateEndpointConnections(resourceGroupName: string, serviceName: string, options?: PrivateLinkServicesListPrivateEndpointConnectionsOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
參數
- resourceGroupName
-
string
資源群組的名稱。
- serviceName
-
string
私人連結服務的名稱。
傳回
updatePrivateEndpointConnection(string, string, string, PrivateEndpointConnection, PrivateLinkServicesUpdatePrivateEndpointConnectionOptionalParams)
核准或拒絕訂用帳戶中私人連結服務的私人端點連線。
function updatePrivateEndpointConnection(resourceGroupName: string, serviceName: string, peConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateLinkServicesUpdatePrivateEndpointConnectionOptionalParams): Promise<PrivateEndpointConnection>
參數
- resourceGroupName
-
string
資源群組的名稱。
- serviceName
-
string
私人連結服務的名稱。
- peConnectionName
-
string
私人端點連接的名稱。
- parameters
- PrivateEndpointConnection
提供用來核准或拒絕私人端點連線的參數。
傳回
Promise<PrivateEndpointConnection>