DataflowEndpointOperations interface
Interfejs reprezentujący operacje przepływu danychEndpoint.
Właściwości
| create |
Tworzenie przepływu danychEndpointResource |
| delete | |
| get | Pobieranie przepływu danychEndpointResource |
| list |
Wyświetlanie listy zasobów przepływu danychEndpointResource według wystąpieniaResource |
Szczegóły właściwości
createOrUpdate
Tworzenie przepływu danychEndpointResource
createOrUpdate: (resourceGroupName: string, instanceName: string, dataflowEndpointName: string, resource: DataflowEndpointResource, options?: DataflowEndpointCreateOrUpdateOptionalParams) => PollerLike<OperationState<DataflowEndpointResource>, DataflowEndpointResource>
Wartość właściwości
(resourceGroupName: string, instanceName: string, dataflowEndpointName: string, resource: DataflowEndpointResource, options?: DataflowEndpointCreateOrUpdateOptionalParams) => PollerLike<OperationState<DataflowEndpointResource>, DataflowEndpointResource>
delete
delete: (resourceGroupName: string, instanceName: string, dataflowEndpointName: string, options?: DataflowEndpointDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Wartość właściwości
(resourceGroupName: string, instanceName: string, dataflowEndpointName: string, options?: DataflowEndpointDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Pobieranie przepływu danychEndpointResource
get: (resourceGroupName: string, instanceName: string, dataflowEndpointName: string, options?: DataflowEndpointGetOptionalParams) => Promise<DataflowEndpointResource>
Wartość właściwości
(resourceGroupName: string, instanceName: string, dataflowEndpointName: string, options?: DataflowEndpointGetOptionalParams) => Promise<DataflowEndpointResource>
listByResourceGroup
Wyświetlanie listy zasobów przepływu danychEndpointResource według wystąpieniaResource
listByResourceGroup: (resourceGroupName: string, instanceName: string, options?: DataflowEndpointListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DataflowEndpointResource, DataflowEndpointResource[], PageSettings>
Wartość właściwości
(resourceGroupName: string, instanceName: string, options?: DataflowEndpointListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DataflowEndpointResource, DataflowEndpointResource[], PageSettings>