DataflowProfileOperations interface

Schnittstelle, die eine DataflowProfile-Vorgänge darstellt.

Eigenschaften

createOrUpdate

Erstellen einer DataflowProfileResource

delete

Löschen einer DataflowProfileResource

get

Abrufen einer DataflowProfileResource

listByResourceGroup

Auflisten von DataflowProfileResource-Ressourcen nach InstanceResource

Details zur Eigenschaft

createOrUpdate

Erstellen einer DataflowProfileResource

createOrUpdate: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, resource: DataflowProfileResource, options?: DataflowProfileCreateOrUpdateOptionalParams) => PollerLike<OperationState<DataflowProfileResource>, DataflowProfileResource>

Eigenschaftswert

(resourceGroupName: string, instanceName: string, dataflowProfileName: string, resource: DataflowProfileResource, options?: DataflowProfileCreateOrUpdateOptionalParams) => PollerLike<OperationState<DataflowProfileResource>, DataflowProfileResource>

delete

Löschen einer DataflowProfileResource

delete: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, options?: DataflowProfileDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Eigenschaftswert

(resourceGroupName: string, instanceName: string, dataflowProfileName: string, options?: DataflowProfileDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Abrufen einer DataflowProfileResource

get: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, options?: DataflowProfileGetOptionalParams) => Promise<DataflowProfileResource>

Eigenschaftswert

(resourceGroupName: string, instanceName: string, dataflowProfileName: string, options?: DataflowProfileGetOptionalParams) => Promise<DataflowProfileResource>

listByResourceGroup

Auflisten von DataflowProfileResource-Ressourcen nach InstanceResource

listByResourceGroup: (resourceGroupName: string, instanceName: string, options?: DataflowProfileListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DataflowProfileResource, DataflowProfileResource[], PageSettings>

Eigenschaftswert

(resourceGroupName: string, instanceName: string, options?: DataflowProfileListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DataflowProfileResource, DataflowProfileResource[], PageSettings>