LinkedServicesOperations interface

Interface representando uma operação do LinkedServices.

Propriedades

createOrUpdate

Cria ou atualiza um serviço vinculado.

delete

Exclui um serviço vinculado.

get

Obtém um serviço vinculado.

listByFactory

Lista serviços vinculados.

Detalhes da propriedade

createOrUpdate

Cria ou atualiza um serviço vinculado.

createOrUpdate: (resourceGroupName: string, factoryName: string, linkedServiceName: string, linkedService: LinkedServiceResource, options?: LinkedServicesCreateOrUpdateOptionalParams) => Promise<LinkedServiceResource>

Valor da propriedade

(resourceGroupName: string, factoryName: string, linkedServiceName: string, linkedService: LinkedServiceResource, options?: LinkedServicesCreateOrUpdateOptionalParams) => Promise<LinkedServiceResource>

delete

Exclui um serviço vinculado.

delete: (resourceGroupName: string, factoryName: string, linkedServiceName: string, options?: LinkedServicesDeleteOptionalParams) => Promise<void>

Valor da propriedade

(resourceGroupName: string, factoryName: string, linkedServiceName: string, options?: LinkedServicesDeleteOptionalParams) => Promise<void>

get

Obtém um serviço vinculado.

get: (resourceGroupName: string, factoryName: string, linkedServiceName: string, options?: LinkedServicesGetOptionalParams) => Promise<LinkedServiceResource>

Valor da propriedade

(resourceGroupName: string, factoryName: string, linkedServiceName: string, options?: LinkedServicesGetOptionalParams) => Promise<LinkedServiceResource>

listByFactory

Lista serviços vinculados.

listByFactory: (resourceGroupName: string, factoryName: string, options?: LinkedServicesListByFactoryOptionalParams) => PagedAsyncIterableIterator<LinkedServiceResource, LinkedServiceResource[], PageSettings>

Valor da propriedade

(resourceGroupName: string, factoryName: string, options?: LinkedServicesListByFactoryOptionalParams) => PagedAsyncIterableIterator<LinkedServiceResource, LinkedServiceResource[], PageSettings>