Delen via


PrivateLinkServices interface

Interface die een PrivateLinkServices vertegenwoordigt.

Methoden

beginCheckPrivateLinkServiceVisibility(string, CheckPrivateLinkServiceVisibilityRequest, PrivateLinkServicesCheckPrivateLinkServiceVisibilityOptionalParams)

Controleert of het abonnement zichtbaar is voor de Private Link-service.

beginCheckPrivateLinkServiceVisibilityAndWait(string, CheckPrivateLinkServiceVisibilityRequest, PrivateLinkServicesCheckPrivateLinkServiceVisibilityOptionalParams)

Controleert of het abonnement zichtbaar is voor de Private Link-service.

beginCheckPrivateLinkServiceVisibilityByResourceGroup(string, string, CheckPrivateLinkServiceVisibilityRequest, PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupOptionalParams)

Controleert of het abonnement zichtbaar is voor de Private Link-service in de opgegeven resourcegroep.

beginCheckPrivateLinkServiceVisibilityByResourceGroupAndWait(string, string, CheckPrivateLinkServiceVisibilityRequest, PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupOptionalParams)

Controleert of het abonnement zichtbaar is voor de Private Link-service in de opgegeven resourcegroep.

beginCreateOrUpdate(string, string, PrivateLinkService, PrivateLinkServicesCreateOrUpdateOptionalParams)

Hiermee maakt of werkt u een Private Link-service in de opgegeven resourcegroep bij.

beginCreateOrUpdateAndWait(string, string, PrivateLinkService, PrivateLinkServicesCreateOrUpdateOptionalParams)

Hiermee maakt of werkt u een Private Link-service in de opgegeven resourcegroep bij.

beginDelete(string, string, PrivateLinkServicesDeleteOptionalParams)

Hiermee verwijdert u de opgegeven private link-service.

beginDeleteAndWait(string, string, PrivateLinkServicesDeleteOptionalParams)

Hiermee verwijdert u de opgegeven private link-service.

beginDeletePrivateEndpointConnection(string, string, string, PrivateLinkServicesDeletePrivateEndpointConnectionOptionalParams)

Verwijder de privé-eindpuntverbinding voor een Private Link-service in een abonnement.

beginDeletePrivateEndpointConnectionAndWait(string, string, string, PrivateLinkServicesDeletePrivateEndpointConnectionOptionalParams)

Verwijder de privé-eindpuntverbinding voor een Private Link-service in een abonnement.

get(string, string, PrivateLinkServicesGetOptionalParams)

Hiermee haalt u de opgegeven Private Link-service op per resourcegroep.

getPrivateEndpointConnection(string, string, string, PrivateLinkServicesGetPrivateEndpointConnectionOptionalParams)

Haal de specifieke privé-eindpuntverbinding op door een specifieke Private Link-service in de resourcegroep.

list(string, PrivateLinkServicesListOptionalParams)

Hiermee haalt u alle private link-services in een resourcegroep op.

listAutoApprovedPrivateLinkServices(string, PrivateLinkServicesListAutoApprovedPrivateLinkServicesOptionalParams)

Retourneert alle private link-service-id's die kunnen worden gekoppeld aan een privé-eindpunt met automatisch goedgekeurd in dit abonnement in deze regio.

listAutoApprovedPrivateLinkServicesByResourceGroup(string, string, PrivateLinkServicesListAutoApprovedPrivateLinkServicesByResourceGroupOptionalParams)

Retourneert alle private link-service-id's die kunnen worden gekoppeld aan een privé-eindpunt met automatisch goedgekeurd in dit abonnement in deze regio.

listBySubscription(PrivateLinkServicesListBySubscriptionOptionalParams)

Hiermee haalt u alle Private Link-service in een abonnement op.

listPrivateEndpointConnections(string, string, PrivateLinkServicesListPrivateEndpointConnectionsOptionalParams)

Hiermee haalt u alle privé-eindpuntverbindingen op voor een specifieke private link-service.

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

Een privé-eindpuntverbinding goedkeuren of afwijzen voor een Private Link-service in een abonnement.

Methodedetails

beginCheckPrivateLinkServiceVisibility(string, CheckPrivateLinkServiceVisibilityRequest, PrivateLinkServicesCheckPrivateLinkServiceVisibilityOptionalParams)

Controleert of het abonnement zichtbaar is voor de Private Link-service.

function beginCheckPrivateLinkServiceVisibility(location: string, parameters: CheckPrivateLinkServiceVisibilityRequest, options?: PrivateLinkServicesCheckPrivateLinkServiceVisibilityOptionalParams): Promise<SimplePollerLike<OperationState<PrivateLinkServiceVisibility>, PrivateLinkServiceVisibility>>

Parameters

location

string

De locatie van de domeinnaam.

parameters
CheckPrivateLinkServiceVisibilityRequest

De aanvraagbody van de CheckPrivateLinkService-API-aanroep.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateLinkServiceVisibility>, PrivateLinkServiceVisibility>>

beginCheckPrivateLinkServiceVisibilityAndWait(string, CheckPrivateLinkServiceVisibilityRequest, PrivateLinkServicesCheckPrivateLinkServiceVisibilityOptionalParams)

Controleert of het abonnement zichtbaar is voor de Private Link-service.

function beginCheckPrivateLinkServiceVisibilityAndWait(location: string, parameters: CheckPrivateLinkServiceVisibilityRequest, options?: PrivateLinkServicesCheckPrivateLinkServiceVisibilityOptionalParams): Promise<PrivateLinkServiceVisibility>

Parameters

location

string

De locatie van de domeinnaam.

parameters
CheckPrivateLinkServiceVisibilityRequest

De aanvraagbody van de CheckPrivateLinkService-API-aanroep.

Retouren

beginCheckPrivateLinkServiceVisibilityByResourceGroup(string, string, CheckPrivateLinkServiceVisibilityRequest, PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupOptionalParams)

Controleert of het abonnement zichtbaar is voor de Private Link-service in de opgegeven resourcegroep.

function beginCheckPrivateLinkServiceVisibilityByResourceGroup(location: string, resourceGroupName: string, parameters: CheckPrivateLinkServiceVisibilityRequest, options?: PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupOptionalParams): Promise<SimplePollerLike<OperationState<PrivateLinkServiceVisibility>, PrivateLinkServiceVisibility>>

Parameters

location

string

De locatie van de domeinnaam.

resourceGroupName

string

De naam van de resourcegroep.

parameters
CheckPrivateLinkServiceVisibilityRequest

De aanvraagbody van de CheckPrivateLinkService-API-aanroep.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateLinkServiceVisibility>, PrivateLinkServiceVisibility>>

beginCheckPrivateLinkServiceVisibilityByResourceGroupAndWait(string, string, CheckPrivateLinkServiceVisibilityRequest, PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupOptionalParams)

Controleert of het abonnement zichtbaar is voor de Private Link-service in de opgegeven resourcegroep.

function beginCheckPrivateLinkServiceVisibilityByResourceGroupAndWait(location: string, resourceGroupName: string, parameters: CheckPrivateLinkServiceVisibilityRequest, options?: PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupOptionalParams): Promise<PrivateLinkServiceVisibility>

Parameters

location

string

De locatie van de domeinnaam.

resourceGroupName

string

De naam van de resourcegroep.

parameters
CheckPrivateLinkServiceVisibilityRequest

De aanvraagbody van de CheckPrivateLinkService-API-aanroep.

Retouren

beginCreateOrUpdate(string, string, PrivateLinkService, PrivateLinkServicesCreateOrUpdateOptionalParams)

Hiermee maakt of werkt u een Private Link-service in de opgegeven resourcegroep bij.

function beginCreateOrUpdate(resourceGroupName: string, serviceName: string, parameters: PrivateLinkService, options?: PrivateLinkServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateLinkService>, PrivateLinkService>>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

serviceName

string

De naam van de private link-service.

parameters
PrivateLinkService

Parameters die zijn opgegeven voor het maken of bijwerken van de private link-servicebewerking.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateLinkService>, PrivateLinkService>>

beginCreateOrUpdateAndWait(string, string, PrivateLinkService, PrivateLinkServicesCreateOrUpdateOptionalParams)

Hiermee maakt of werkt u een Private Link-service in de opgegeven resourcegroep bij.

function beginCreateOrUpdateAndWait(resourceGroupName: string, serviceName: string, parameters: PrivateLinkService, options?: PrivateLinkServicesCreateOrUpdateOptionalParams): Promise<PrivateLinkService>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

serviceName

string

De naam van de private link-service.

parameters
PrivateLinkService

Parameters die zijn opgegeven voor het maken of bijwerken van de private link-servicebewerking.

Retouren

beginDelete(string, string, PrivateLinkServicesDeleteOptionalParams)

Hiermee verwijdert u de opgegeven private link-service.

function beginDelete(resourceGroupName: string, serviceName: string, options?: PrivateLinkServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

serviceName

string

De naam van de private link-service.

options
PrivateLinkServicesDeleteOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, PrivateLinkServicesDeleteOptionalParams)

Hiermee verwijdert u de opgegeven private link-service.

function beginDeleteAndWait(resourceGroupName: string, serviceName: string, options?: PrivateLinkServicesDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

serviceName

string

De naam van de private link-service.

options
PrivateLinkServicesDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

beginDeletePrivateEndpointConnection(string, string, string, PrivateLinkServicesDeletePrivateEndpointConnectionOptionalParams)

Verwijder de privé-eindpuntverbinding voor een Private Link-service in een abonnement.

function beginDeletePrivateEndpointConnection(resourceGroupName: string, serviceName: string, peConnectionName: string, options?: PrivateLinkServicesDeletePrivateEndpointConnectionOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

serviceName

string

De naam van de private link-service.

peConnectionName

string

De naam van de privé-eindpuntverbinding.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeletePrivateEndpointConnectionAndWait(string, string, string, PrivateLinkServicesDeletePrivateEndpointConnectionOptionalParams)

Verwijder de privé-eindpuntverbinding voor een Private Link-service in een abonnement.

function beginDeletePrivateEndpointConnectionAndWait(resourceGroupName: string, serviceName: string, peConnectionName: string, options?: PrivateLinkServicesDeletePrivateEndpointConnectionOptionalParams): Promise<void>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

serviceName

string

De naam van de private link-service.

peConnectionName

string

De naam van de privé-eindpuntverbinding.

Retouren

Promise<void>

get(string, string, PrivateLinkServicesGetOptionalParams)

Hiermee haalt u de opgegeven Private Link-service op per resourcegroep.

function get(resourceGroupName: string, serviceName: string, options?: PrivateLinkServicesGetOptionalParams): Promise<PrivateLinkService>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

serviceName

string

De naam van de private link-service.

options
PrivateLinkServicesGetOptionalParams

De optiesparameters.

Retouren

getPrivateEndpointConnection(string, string, string, PrivateLinkServicesGetPrivateEndpointConnectionOptionalParams)

Haal de specifieke privé-eindpuntverbinding op door een specifieke Private Link-service in de resourcegroep.

function getPrivateEndpointConnection(resourceGroupName: string, serviceName: string, peConnectionName: string, options?: PrivateLinkServicesGetPrivateEndpointConnectionOptionalParams): Promise<PrivateEndpointConnection>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

serviceName

string

De naam van de private link-service.

peConnectionName

string

De naam van de privé-eindpuntverbinding.

Retouren

list(string, PrivateLinkServicesListOptionalParams)

Hiermee haalt u alle private link-services in een resourcegroep op.

function list(resourceGroupName: string, options?: PrivateLinkServicesListOptionalParams): PagedAsyncIterableIterator<PrivateLinkService, PrivateLinkService[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

options
PrivateLinkServicesListOptionalParams

De optiesparameters.

Retouren

listAutoApprovedPrivateLinkServices(string, PrivateLinkServicesListAutoApprovedPrivateLinkServicesOptionalParams)

Retourneert alle private link-service-id's die kunnen worden gekoppeld aan een privé-eindpunt met automatisch goedgekeurd in dit abonnement in deze regio.

function listAutoApprovedPrivateLinkServices(location: string, options?: PrivateLinkServicesListAutoApprovedPrivateLinkServicesOptionalParams): PagedAsyncIterableIterator<AutoApprovedPrivateLinkService, AutoApprovedPrivateLinkService[], PageSettings>

Parameters

location

string

De locatie van de domeinnaam.

Retouren

listAutoApprovedPrivateLinkServicesByResourceGroup(string, string, PrivateLinkServicesListAutoApprovedPrivateLinkServicesByResourceGroupOptionalParams)

Retourneert alle private link-service-id's die kunnen worden gekoppeld aan een privé-eindpunt met automatisch goedgekeurd in dit abonnement in deze regio.

function listAutoApprovedPrivateLinkServicesByResourceGroup(location: string, resourceGroupName: string, options?: PrivateLinkServicesListAutoApprovedPrivateLinkServicesByResourceGroupOptionalParams): PagedAsyncIterableIterator<AutoApprovedPrivateLinkService, AutoApprovedPrivateLinkService[], PageSettings>

Parameters

location

string

De locatie van de domeinnaam.

resourceGroupName

string

De naam van de resourcegroep.

Retouren

listBySubscription(PrivateLinkServicesListBySubscriptionOptionalParams)

Hiermee haalt u alle Private Link-service in een abonnement op.

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

Parameters

Retouren

listPrivateEndpointConnections(string, string, PrivateLinkServicesListPrivateEndpointConnectionsOptionalParams)

Hiermee haalt u alle privé-eindpuntverbindingen op voor een specifieke private link-service.

function listPrivateEndpointConnections(resourceGroupName: string, serviceName: string, options?: PrivateLinkServicesListPrivateEndpointConnectionsOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

serviceName

string

De naam van de private link-service.

Retouren

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

Een privé-eindpuntverbinding goedkeuren of afwijzen voor een Private Link-service in een abonnement.

function updatePrivateEndpointConnection(resourceGroupName: string, serviceName: string, peConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateLinkServicesUpdatePrivateEndpointConnectionOptionalParams): Promise<PrivateEndpointConnection>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

serviceName

string

De naam van de private link-service.

peConnectionName

string

De naam van de privé-eindpuntverbinding.

parameters
PrivateEndpointConnection

Parameters die zijn opgegeven om de privé-eindpuntverbinding goed te keuren of af te wijzen.

Retouren