Udostępnij za pośrednictwem


PrivateLinkServices interface

Interfejs reprezentujący usługę PrivateLinkServices.

Metody

beginCheckPrivateLinkServiceVisibility(string, CheckPrivateLinkServiceVisibilityRequest, PrivateLinkServicesCheckPrivateLinkServiceVisibilityOptionalParams)

Sprawdza, czy subskrypcja jest widoczna dla usługi łącza prywatnego.

beginCheckPrivateLinkServiceVisibilityAndWait(string, CheckPrivateLinkServiceVisibilityRequest, PrivateLinkServicesCheckPrivateLinkServiceVisibilityOptionalParams)

Sprawdza, czy subskrypcja jest widoczna dla usługi łącza prywatnego.

beginCheckPrivateLinkServiceVisibilityByResourceGroup(string, string, CheckPrivateLinkServiceVisibilityRequest, PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupOptionalParams)

Sprawdza, czy subskrypcja jest widoczna dla usługi łącza prywatnego w określonej grupie zasobów.

beginCheckPrivateLinkServiceVisibilityByResourceGroupAndWait(string, string, CheckPrivateLinkServiceVisibilityRequest, PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupOptionalParams)

Sprawdza, czy subskrypcja jest widoczna dla usługi łącza prywatnego w określonej grupie zasobów.

beginCreateOrUpdate(string, string, PrivateLinkService, PrivateLinkServicesCreateOrUpdateOptionalParams)

Tworzy lub aktualizuje usługę łącza prywatnego w określonej grupie zasobów.

beginCreateOrUpdateAndWait(string, string, PrivateLinkService, PrivateLinkServicesCreateOrUpdateOptionalParams)

Tworzy lub aktualizuje usługę łącza prywatnego w określonej grupie zasobów.

beginDelete(string, string, PrivateLinkServicesDeleteOptionalParams)

Usuwa określoną usługę łącza prywatnego.

beginDeleteAndWait(string, string, PrivateLinkServicesDeleteOptionalParams)

Usuwa określoną usługę łącza prywatnego.

beginDeletePrivateEndpointConnection(string, string, string, PrivateLinkServicesDeletePrivateEndpointConnectionOptionalParams)

Usuwanie połączenia prywatnego punktu końcowego dla usługi łącza prywatnego w ramach subskrypcji.

beginDeletePrivateEndpointConnectionAndWait(string, string, string, PrivateLinkServicesDeletePrivateEndpointConnectionOptionalParams)

Usuwanie połączenia prywatnego punktu końcowego dla usługi łącza prywatnego w ramach subskrypcji.

get(string, string, PrivateLinkServicesGetOptionalParams)

Pobiera określoną usługę łącza prywatnego według grupy zasobów.

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.

list(string, PrivateLinkServicesListOptionalParams)

Pobiera wszystkie usługi łącza prywatnego w grupie zasobów.

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.

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.

listBySubscription(PrivateLinkServicesListBySubscriptionOptionalParams)

Pobiera całą usługę łącza prywatnego w ramach subskrypcji.

listPrivateEndpointConnections(string, string, PrivateLinkServicesListPrivateEndpointConnectionsOptionalParams)

Pobiera wszystkie połączenia prywatnego punktu końcowego dla określonej usługi łącza prywatnego.

updatePrivateEndpointConnection(string, string, string, PrivateEndpointConnection, PrivateLinkServicesUpdatePrivateEndpointConnectionOptionalParams)

Zatwierdzanie lub odrzucanie połączenia prywatnego punktu końcowego dla usługi łącza prywatnego w ramach subskrypcji.

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.

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.

Zwraca

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.

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.

Zwraca

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.

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.

Zwraca

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.

options
PrivateLinkServicesDeleteOptionalParams

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.

options
PrivateLinkServicesDeleteOptionalParams

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.

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.

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.

options
PrivateLinkServicesGetOptionalParams

Parametry opcji.

Zwraca

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.

Zwraca

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.

options
PrivateLinkServicesListOptionalParams

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.

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.

Zwraca

listBySubscription(PrivateLinkServicesListBySubscriptionOptionalParams)

Pobiera całą usługę łącza prywatnego w ramach subskrypcji.

function listBySubscription(options?: PrivateLinkServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PrivateLinkService, PrivateLinkService[], PageSettings>

Parametry

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.

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.

Zwraca