LinkedServicesOperations interface

Interfaccia che rappresenta un'operazione LinkedServices.

Proprietà

createOrUpdate

Crea o aggiorna un servizio collegato.

delete

Elimina un servizio collegato.

get

Ottiene un servizio collegato.

listByFactory

Elenca i servizi collegati.

Dettagli proprietà

createOrUpdate

Crea o aggiorna un servizio collegato.

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

Valore della proprietà

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

delete

Elimina un servizio collegato.

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

Valore della proprietà

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

get

Ottiene un servizio collegato.

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

Valore della proprietà

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

listByFactory

Elenca i servizi collegati.

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

Valore della proprietà

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