PrivateLinkServicesOperations interface

Interface representando uma operação PrivateLinkServices.

Propriedades

beginCheckPrivateLinkServiceVisibility
beginCheckPrivateLinkServiceVisibilityAndWait
beginCheckPrivateLinkServiceVisibilityByResourceGroup
beginCheckPrivateLinkServiceVisibilityByResourceGroupAndWait
beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginDeletePrivateEndpointConnection
beginDeletePrivateEndpointConnectionAndWait
checkPrivateLinkServiceVisibility

Verifica se a assinatura está visível para o serviço de link privado.

checkPrivateLinkServiceVisibilityByResourceGroup

Verifica se a assinatura está visível para o serviço de link privado no grupo de recursos especificado.

createOrUpdate

Cria ou atualiza um serviço de link privado no grupo de recursos especificado.

delete

Exclui o serviço de link privado especificado.

deletePrivateEndpointConnection

Exclua a conexão de ponto de extremidade privado para um serviço de link privado em uma assinatura.

get

Obtém o serviço de link privado especificado por grupo de recursos.

getPrivateEndpointConnection

Obtenha a conexão de ponto de extremidade privado específica por serviço de link privado específico no grupo de recursos.

list

Obtém todos os serviços de link privado em um grupo de recursos.

listAutoApprovedPrivateLinkServices

Retorna todas as ids de serviço de link privado que podem ser vinculadas a um Ponto de Extremidade Privado com aprovação automática nesta assinatura nesta região.

listAutoApprovedPrivateLinkServicesByResourceGroup

Retorna todas as ids de serviço de link privado que podem ser vinculadas a um Ponto de Extremidade Privado com aprovação automática nesta assinatura nesta região.

listBySubscription

Obtém todo o serviço de link privado em uma assinatura.

listPrivateEndpointConnections

Obtém todas as conexões de ponto de extremidade privado para um serviço de link privado específico.

updatePrivateEndpointConnection

Aprovar ou rejeitar conexão de ponto de extremidade privado para um serviço de link privado em uma assinatura.

Detalhes de Propriedade

beginCheckPrivateLinkServiceVisibility

Aviso

Esta API foi preterida.

use checkPrivateLinkServiceVisibility instead

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

Valor de Propriedade

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

beginCheckPrivateLinkServiceVisibilityAndWait

Aviso

Esta API foi preterida.

use checkPrivateLinkServiceVisibility instead

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

Valor de Propriedade

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

beginCheckPrivateLinkServiceVisibilityByResourceGroup

Aviso

Esta API foi preterida.

use checkPrivateLinkServiceVisibilityByResourceGroup instead

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

Valor de Propriedade

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

beginCheckPrivateLinkServiceVisibilityByResourceGroupAndWait

Aviso

Esta API foi preterida.

use checkPrivateLinkServiceVisibilityByResourceGroup instead

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

Valor de Propriedade

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

beginCreateOrUpdate

Aviso

Esta API foi preterida.

use createOrUpdate instead

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

Valor de Propriedade

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

beginCreateOrUpdateAndWait

Aviso

Esta API foi preterida.

use createOrUpdate instead

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

Valor de Propriedade

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

beginDelete

Aviso

Esta API foi preterida.

use delete instead

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

Valor de Propriedade

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

beginDeleteAndWait

Aviso

Esta API foi preterida.

use delete instead

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

Valor de Propriedade

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

beginDeletePrivateEndpointConnection

Aviso

Esta API foi preterida.

use deletePrivateEndpointConnection instead

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

Valor de Propriedade

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

beginDeletePrivateEndpointConnectionAndWait

Aviso

Esta API foi preterida.

use deletePrivateEndpointConnection instead

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

Valor de Propriedade

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

checkPrivateLinkServiceVisibility

Verifica se a assinatura está visível para o serviço de link privado.

checkPrivateLinkServiceVisibility: (location: string, parameters: CheckPrivateLinkServiceVisibilityRequest, options?: PrivateLinkServicesCheckPrivateLinkServiceVisibilityOptionalParams) => PollerLike<OperationState<PrivateLinkServiceVisibility>, PrivateLinkServiceVisibility>

Valor de Propriedade

(location: string, parameters: CheckPrivateLinkServiceVisibilityRequest, options?: PrivateLinkServicesCheckPrivateLinkServiceVisibilityOptionalParams) => PollerLike<OperationState<PrivateLinkServiceVisibility>, PrivateLinkServiceVisibility>

checkPrivateLinkServiceVisibilityByResourceGroup

Verifica se a assinatura está visível para o serviço de link privado no grupo de recursos especificado.

checkPrivateLinkServiceVisibilityByResourceGroup: (resourceGroupName: string, location: string, parameters: CheckPrivateLinkServiceVisibilityRequest, options?: PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupOptionalParams) => PollerLike<OperationState<PrivateLinkServiceVisibility>, PrivateLinkServiceVisibility>

Valor de Propriedade

(resourceGroupName: string, location: string, parameters: CheckPrivateLinkServiceVisibilityRequest, options?: PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupOptionalParams) => PollerLike<OperationState<PrivateLinkServiceVisibility>, PrivateLinkServiceVisibility>

createOrUpdate

Cria ou atualiza um serviço de link privado no grupo de recursos especificado.

createOrUpdate: (resourceGroupName: string, serviceName: string, parameters: PrivateLinkService, options?: PrivateLinkServicesCreateOrUpdateOptionalParams) => PollerLike<OperationState<PrivateLinkService>, PrivateLinkService>

Valor de Propriedade

(resourceGroupName: string, serviceName: string, parameters: PrivateLinkService, options?: PrivateLinkServicesCreateOrUpdateOptionalParams) => PollerLike<OperationState<PrivateLinkService>, PrivateLinkService>

delete

Exclui o serviço de link privado especificado.

delete: (resourceGroupName: string, serviceName: string, options?: PrivateLinkServicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valor de Propriedade

(resourceGroupName: string, serviceName: string, options?: PrivateLinkServicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

deletePrivateEndpointConnection

Exclua a conexão de ponto de extremidade privado para um serviço de link privado em uma assinatura.

deletePrivateEndpointConnection: (resourceGroupName: string, serviceName: string, peConnectionName: string, options?: PrivateLinkServicesDeletePrivateEndpointConnectionOptionalParams) => PollerLike<OperationState<void>, void>

Valor de Propriedade

(resourceGroupName: string, serviceName: string, peConnectionName: string, options?: PrivateLinkServicesDeletePrivateEndpointConnectionOptionalParams) => PollerLike<OperationState<void>, void>

get

Obtém o serviço de link privado especificado por grupo de recursos.

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

Valor de Propriedade

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

getPrivateEndpointConnection

Obtenha a conexão de ponto de extremidade privado específica por serviço de link privado específico no grupo de recursos.

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

Valor de Propriedade

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

list

Obtém todos os serviços de link privado em um grupo de recursos.

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

Valor de Propriedade

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

listAutoApprovedPrivateLinkServices

Retorna todas as ids de serviço de link privado que podem ser vinculadas a um Ponto de Extremidade Privado com aprovação automática nesta assinatura nesta região.

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

Valor de Propriedade

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

listAutoApprovedPrivateLinkServicesByResourceGroup

Retorna todas as ids de serviço de link privado que podem ser vinculadas a um Ponto de Extremidade Privado com aprovação automática nesta assinatura nesta região.

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

Valor de Propriedade

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

listBySubscription

Obtém todo o serviço de link privado em uma assinatura.

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

Valor de Propriedade

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

listPrivateEndpointConnections

Obtém todas as conexões de ponto de extremidade privado para um serviço de link privado específico.

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

Valor de Propriedade

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

updatePrivateEndpointConnection

Aprovar ou rejeitar conexão de ponto de extremidade privado para um serviço de link privado em uma assinatura.

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

Valor de Propriedade

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