DataflowProfileOperations interface
Interfejs reprezentujący operacje Przepływu danychProfile.
Właściwości
| create |
Tworzenie przepływu danychProfileResource |
| delete | Usuwanie przepływu danychProfileResource |
| get | Pobieranie przepływu danychProfileResource |
| list |
Wyświetlanie listy zasobów DataflowProfileResource według wystąpieniaResource |
Szczegóły właściwości
createOrUpdate
Tworzenie przepływu danychProfileResource
createOrUpdate: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, resource: DataflowProfileResource, options?: DataflowProfileCreateOrUpdateOptionalParams) => PollerLike<OperationState<DataflowProfileResource>, DataflowProfileResource>
Wartość właściwości
(resourceGroupName: string, instanceName: string, dataflowProfileName: string, resource: DataflowProfileResource, options?: DataflowProfileCreateOrUpdateOptionalParams) => PollerLike<OperationState<DataflowProfileResource>, DataflowProfileResource>
delete
Usuwanie przepływu danychProfileResource
delete: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, options?: DataflowProfileDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Wartość właściwości
(resourceGroupName: string, instanceName: string, dataflowProfileName: string, options?: DataflowProfileDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Pobieranie przepływu danychProfileResource
get: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, options?: DataflowProfileGetOptionalParams) => Promise<DataflowProfileResource>
Wartość właściwości
(resourceGroupName: string, instanceName: string, dataflowProfileName: string, options?: DataflowProfileGetOptionalParams) => Promise<DataflowProfileResource>
listByResourceGroup
Wyświetlanie listy zasobów DataflowProfileResource według wystąpieniaResource
listByResourceGroup: (resourceGroupName: string, instanceName: string, options?: DataflowProfileListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DataflowProfileResource, DataflowProfileResource[], PageSettings>
Wartość właściwości
(resourceGroupName: string, instanceName: string, options?: DataflowProfileListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DataflowProfileResource, DataflowProfileResource[], PageSettings>