PrivateLinkServices interface
Interface die een PrivateLinkServices vertegenwoordigt.
Methoden
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.
De optiesparameters.
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.
De optiesparameters.
Retouren
Promise<PrivateLinkServiceVisibility>
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.
De optiesparameters.
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.
De optiesparameters.
Retouren
Promise<PrivateLinkServiceVisibility>
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.
De optiesparameters.
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.
De optiesparameters.
Retouren
Promise<PrivateLinkService>
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.
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.
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.
De optiesparameters.
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.
De optiesparameters.
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.
De optiesparameters.
Retouren
Promise<PrivateLinkService>
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.
De optiesparameters.
Retouren
Promise<PrivateEndpointConnection>
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.
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.
De optiesparameters.
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.
De optiesparameters.
Retouren
listBySubscription(PrivateLinkServicesListBySubscriptionOptionalParams)
Hiermee haalt u alle Private Link-service in een abonnement op.
function listBySubscription(options?: PrivateLinkServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PrivateLinkService, PrivateLinkService[], PageSettings>
Parameters
De optiesparameters.
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.
De optiesparameters.
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.
De optiesparameters.
Retouren
Promise<PrivateEndpointConnection>