PrivateLinkServices interface
Interfejs reprezentujący usługę PrivateLinkServices.
Metody
Szczegóły metody
beginCheckPrivateLinkServiceVisibility(string, CheckPrivateLinkServiceVisibilityRequest, PrivateLinkServicesCheckPrivateLinkServiceVisibilityOptionalParams)
Sprawdza, czy subskrypcja jest widoczna dla usługi łącza prywatnego.
function beginCheckPrivateLinkServiceVisibility(location: string, parameters: CheckPrivateLinkServiceVisibilityRequest, options?: PrivateLinkServicesCheckPrivateLinkServiceVisibilityOptionalParams): Promise<SimplePollerLike<OperationState<PrivateLinkServiceVisibility>, PrivateLinkServiceVisibility>>
Parametry
- location
-
string
Lokalizacja nazwy domeny.
- parameters
- CheckPrivateLinkServiceVisibilityRequest
Treść żądania wywołania interfejsu API CheckPrivateLinkService.
Parametry opcji.
Zwraca
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateLinkServiceVisibility>, PrivateLinkServiceVisibility>>
beginCheckPrivateLinkServiceVisibilityAndWait(string, CheckPrivateLinkServiceVisibilityRequest, PrivateLinkServicesCheckPrivateLinkServiceVisibilityOptionalParams)
Sprawdza, czy subskrypcja jest widoczna dla usługi łącza prywatnego.
function beginCheckPrivateLinkServiceVisibilityAndWait(location: string, parameters: CheckPrivateLinkServiceVisibilityRequest, options?: PrivateLinkServicesCheckPrivateLinkServiceVisibilityOptionalParams): Promise<PrivateLinkServiceVisibility>
Parametry
- location
-
string
Lokalizacja nazwy domeny.
- parameters
- CheckPrivateLinkServiceVisibilityRequest
Treść żądania wywołania interfejsu API CheckPrivateLinkService.
Parametry opcji.
Zwraca
Promise<PrivateLinkServiceVisibility>
beginCheckPrivateLinkServiceVisibilityByResourceGroup(string, string, CheckPrivateLinkServiceVisibilityRequest, PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupOptionalParams)
Sprawdza, czy subskrypcja jest widoczna dla usługi łącza prywatnego w określonej grupie zasobów.
function beginCheckPrivateLinkServiceVisibilityByResourceGroup(location: string, resourceGroupName: string, parameters: CheckPrivateLinkServiceVisibilityRequest, options?: PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupOptionalParams): Promise<SimplePollerLike<OperationState<PrivateLinkServiceVisibility>, PrivateLinkServiceVisibility>>
Parametry
- location
-
string
Lokalizacja nazwy domeny.
- resourceGroupName
-
string
Nazwa grupy zasobów.
- parameters
- CheckPrivateLinkServiceVisibilityRequest
Treść żądania wywołania interfejsu API CheckPrivateLinkService.
Parametry opcji.
Zwraca
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateLinkServiceVisibility>, PrivateLinkServiceVisibility>>
beginCheckPrivateLinkServiceVisibilityByResourceGroupAndWait(string, string, CheckPrivateLinkServiceVisibilityRequest, PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupOptionalParams)
Sprawdza, czy subskrypcja jest widoczna dla usługi łącza prywatnego w określonej grupie zasobów.
function beginCheckPrivateLinkServiceVisibilityByResourceGroupAndWait(location: string, resourceGroupName: string, parameters: CheckPrivateLinkServiceVisibilityRequest, options?: PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupOptionalParams): Promise<PrivateLinkServiceVisibility>
Parametry
- location
-
string
Lokalizacja nazwy domeny.
- resourceGroupName
-
string
Nazwa grupy zasobów.
- parameters
- CheckPrivateLinkServiceVisibilityRequest
Treść żądania wywołania interfejsu API CheckPrivateLinkService.
Parametry opcji.
Zwraca
Promise<PrivateLinkServiceVisibility>
beginCreateOrUpdate(string, string, PrivateLinkService, PrivateLinkServicesCreateOrUpdateOptionalParams)
Tworzy lub aktualizuje usługę łącza prywatnego w określonej grupie zasobów.
function beginCreateOrUpdate(resourceGroupName: string, serviceName: string, parameters: PrivateLinkService, options?: PrivateLinkServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateLinkService>, PrivateLinkService>>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów.
- serviceName
-
string
Nazwa usługi private link.
- parameters
- PrivateLinkService
Parametry podane do operacji tworzenia lub aktualizowania usługi private link.
Parametry opcji.
Zwraca
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateLinkService>, PrivateLinkService>>
beginCreateOrUpdateAndWait(string, string, PrivateLinkService, PrivateLinkServicesCreateOrUpdateOptionalParams)
Tworzy lub aktualizuje usługę łącza prywatnego w określonej grupie zasobów.
function beginCreateOrUpdateAndWait(resourceGroupName: string, serviceName: string, parameters: PrivateLinkService, options?: PrivateLinkServicesCreateOrUpdateOptionalParams): Promise<PrivateLinkService>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów.
- serviceName
-
string
Nazwa usługi private link.
- parameters
- PrivateLinkService
Parametry podane do operacji tworzenia lub aktualizowania usługi private link.
Parametry opcji.
Zwraca
Promise<PrivateLinkService>
beginDelete(string, string, PrivateLinkServicesDeleteOptionalParams)
Usuwa określoną usługę łącza prywatnego.
function beginDelete(resourceGroupName: string, serviceName: string, options?: PrivateLinkServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów.
- serviceName
-
string
Nazwa usługi private link.
Parametry opcji.
Zwraca
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, PrivateLinkServicesDeleteOptionalParams)
Usuwa określoną usługę łącza prywatnego.
function beginDeleteAndWait(resourceGroupName: string, serviceName: string, options?: PrivateLinkServicesDeleteOptionalParams): Promise<void>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów.
- serviceName
-
string
Nazwa usługi private link.
Parametry opcji.
Zwraca
Promise<void>
beginDeletePrivateEndpointConnection(string, string, string, PrivateLinkServicesDeletePrivateEndpointConnectionOptionalParams)
Usuwanie połączenia prywatnego punktu końcowego dla usługi łącza prywatnego w ramach subskrypcji.
function beginDeletePrivateEndpointConnection(resourceGroupName: string, serviceName: string, peConnectionName: string, options?: PrivateLinkServicesDeletePrivateEndpointConnectionOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów.
- serviceName
-
string
Nazwa usługi private link.
- peConnectionName
-
string
Nazwa połączenia prywatnego punktu końcowego.
Parametry opcji.
Zwraca
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeletePrivateEndpointConnectionAndWait(string, string, string, PrivateLinkServicesDeletePrivateEndpointConnectionOptionalParams)
Usuwanie połączenia prywatnego punktu końcowego dla usługi łącza prywatnego w ramach subskrypcji.
function beginDeletePrivateEndpointConnectionAndWait(resourceGroupName: string, serviceName: string, peConnectionName: string, options?: PrivateLinkServicesDeletePrivateEndpointConnectionOptionalParams): Promise<void>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów.
- serviceName
-
string
Nazwa usługi private link.
- peConnectionName
-
string
Nazwa połączenia prywatnego punktu końcowego.
Parametry opcji.
Zwraca
Promise<void>
get(string, string, PrivateLinkServicesGetOptionalParams)
Pobiera określoną usługę łącza prywatnego według grupy zasobów.
function get(resourceGroupName: string, serviceName: string, options?: PrivateLinkServicesGetOptionalParams): Promise<PrivateLinkService>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów.
- serviceName
-
string
Nazwa usługi private link.
Parametry opcji.
Zwraca
Promise<PrivateLinkService>
getPrivateEndpointConnection(string, string, string, PrivateLinkServicesGetPrivateEndpointConnectionOptionalParams)
Pobierz określone połączenie prywatnego punktu końcowego według określonej usługi łącza prywatnego w grupie zasobów.
function getPrivateEndpointConnection(resourceGroupName: string, serviceName: string, peConnectionName: string, options?: PrivateLinkServicesGetPrivateEndpointConnectionOptionalParams): Promise<PrivateEndpointConnection>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów.
- serviceName
-
string
Nazwa usługi private link.
- peConnectionName
-
string
Nazwa połączenia prywatnego punktu końcowego.
Parametry opcji.
Zwraca
Promise<PrivateEndpointConnection>
list(string, PrivateLinkServicesListOptionalParams)
Pobiera wszystkie usługi łącza prywatnego w grupie zasobów.
function list(resourceGroupName: string, options?: PrivateLinkServicesListOptionalParams): PagedAsyncIterableIterator<PrivateLinkService, PrivateLinkService[], PageSettings>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów.
Parametry opcji.
Zwraca
listAutoApprovedPrivateLinkServices(string, PrivateLinkServicesListAutoApprovedPrivateLinkServicesOptionalParams)
Zwraca wszystkie identyfikatory usługi łącza prywatnego, które mogą być połączone z prywatnym punktem końcowym z automatycznym zatwierdzeniem w tej subskrypcji w tym regionie.
function listAutoApprovedPrivateLinkServices(location: string, options?: PrivateLinkServicesListAutoApprovedPrivateLinkServicesOptionalParams): PagedAsyncIterableIterator<AutoApprovedPrivateLinkService, AutoApprovedPrivateLinkService[], PageSettings>
Parametry
- location
-
string
Lokalizacja nazwy domeny.
Parametry opcji.
Zwraca
listAutoApprovedPrivateLinkServicesByResourceGroup(string, string, PrivateLinkServicesListAutoApprovedPrivateLinkServicesByResourceGroupOptionalParams)
Zwraca wszystkie identyfikatory usługi łącza prywatnego, które mogą być połączone z prywatnym punktem końcowym z automatycznym zatwierdzeniem w tej subskrypcji w tym regionie.
function listAutoApprovedPrivateLinkServicesByResourceGroup(location: string, resourceGroupName: string, options?: PrivateLinkServicesListAutoApprovedPrivateLinkServicesByResourceGroupOptionalParams): PagedAsyncIterableIterator<AutoApprovedPrivateLinkService, AutoApprovedPrivateLinkService[], PageSettings>
Parametry
- location
-
string
Lokalizacja nazwy domeny.
- resourceGroupName
-
string
Nazwa grupy zasobów.
Parametry opcji.
Zwraca
listBySubscription(PrivateLinkServicesListBySubscriptionOptionalParams)
Pobiera całą usługę łącza prywatnego w ramach subskrypcji.
function listBySubscription(options?: PrivateLinkServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PrivateLinkService, PrivateLinkService[], PageSettings>
Parametry
Parametry opcji.
Zwraca
listPrivateEndpointConnections(string, string, PrivateLinkServicesListPrivateEndpointConnectionsOptionalParams)
Pobiera wszystkie połączenia prywatnego punktu końcowego dla określonej usługi łącza prywatnego.
function listPrivateEndpointConnections(resourceGroupName: string, serviceName: string, options?: PrivateLinkServicesListPrivateEndpointConnectionsOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów.
- serviceName
-
string
Nazwa usługi private link.
Parametry opcji.
Zwraca
updatePrivateEndpointConnection(string, string, string, PrivateEndpointConnection, PrivateLinkServicesUpdatePrivateEndpointConnectionOptionalParams)
Zatwierdzanie lub odrzucanie połączenia prywatnego punktu końcowego dla usługi łącza prywatnego w ramach subskrypcji.
function updatePrivateEndpointConnection(resourceGroupName: string, serviceName: string, peConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateLinkServicesUpdatePrivateEndpointConnectionOptionalParams): Promise<PrivateEndpointConnection>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów.
- serviceName
-
string
Nazwa usługi private link.
- peConnectionName
-
string
Nazwa połączenia prywatnego punktu końcowego.
- parameters
- PrivateEndpointConnection
Parametry podane do zatwierdzenia lub odrzucenia połączenia prywatnego punktu końcowego.
Parametry opcji.
Zwraca
Promise<PrivateEndpointConnection>