LinkedServicesOperations interface
Interfejs reprezentujący operacje LinkedServices.
Właściwości
| create |
Tworzy lub aktualizuje połączoną usługę. |
| delete | Usuwa połączoną usługę. |
| get | Pobiera połączoną usługę. |
| list |
Wyświetla listę połączonych usług. |
Szczegóły właściwości
createOrUpdate
Tworzy lub aktualizuje połączoną usługę.
createOrUpdate: (resourceGroupName: string, factoryName: string, linkedServiceName: string, linkedService: LinkedServiceResource, options?: LinkedServicesCreateOrUpdateOptionalParams) => Promise<LinkedServiceResource>
Wartość właściwości
(resourceGroupName: string, factoryName: string, linkedServiceName: string, linkedService: LinkedServiceResource, options?: LinkedServicesCreateOrUpdateOptionalParams) => Promise<LinkedServiceResource>
delete
Usuwa połączoną usługę.
delete: (resourceGroupName: string, factoryName: string, linkedServiceName: string, options?: LinkedServicesDeleteOptionalParams) => Promise<void>
Wartość właściwości
(resourceGroupName: string, factoryName: string, linkedServiceName: string, options?: LinkedServicesDeleteOptionalParams) => Promise<void>
get
Pobiera połączoną usługę.
get: (resourceGroupName: string, factoryName: string, linkedServiceName: string, options?: LinkedServicesGetOptionalParams) => Promise<LinkedServiceResource>
Wartość właściwości
(resourceGroupName: string, factoryName: string, linkedServiceName: string, options?: LinkedServicesGetOptionalParams) => Promise<LinkedServiceResource>
listByFactory
Wyświetla listę połączonych usług.
listByFactory: (resourceGroupName: string, factoryName: string, options?: LinkedServicesListByFactoryOptionalParams) => PagedAsyncIterableIterator<LinkedServiceResource, LinkedServiceResource[], PageSettings>
Wartość właściwości
(resourceGroupName: string, factoryName: string, options?: LinkedServicesListByFactoryOptionalParams) => PagedAsyncIterableIterator<LinkedServiceResource, LinkedServiceResource[], PageSettings>