PrivateEndpointConnectionsOperations interface

Interface que representa uma operação PrivateEndpointConnections.

Propriedades

createOrUpdate

Aprove ou rejeite uma conexão de ponto de extremidade privada com um determinado nome.

delete

Exclui uma conexão de ponto de extremidade privada com um determinado nome.

get

Obtém uma conexão de ponto de extremidade privada.

listByEnterprisePolicy

Liste todas as ligações de endpoints privados numa EnterprisePolicy.

Detalhes de Propriedade

createOrUpdate

Aprove ou rejeite uma conexão de ponto de extremidade privada com um determinado nome.

createOrUpdate: (resourceGroupName: string, enterprisePolicyName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams) => Promise<PrivateEndpointConnection>

Valor de Propriedade

(resourceGroupName: string, enterprisePolicyName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams) => Promise<PrivateEndpointConnection>

delete

Exclui uma conexão de ponto de extremidade privada com um determinado nome.

delete: (resourceGroupName: string, enterprisePolicyName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams) => Promise<void>

Valor de Propriedade

(resourceGroupName: string, enterprisePolicyName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams) => Promise<void>

get

Obtém uma conexão de ponto de extremidade privada.

get: (resourceGroupName: string, enterprisePolicyName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams) => Promise<PrivateEndpointConnection>

Valor de Propriedade

(resourceGroupName: string, enterprisePolicyName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams) => Promise<PrivateEndpointConnection>

listByEnterprisePolicy

Liste todas as ligações de endpoints privados numa EnterprisePolicy.

listByEnterprisePolicy: (resourceGroupName: string, enterprisePolicyName: string, options?: PrivateEndpointConnectionsListByEnterprisePolicyOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

Valor de Propriedade

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