DataflowEndpointOperations interface

Schnittstelle, die eine DataflowEndpoint-Vorgänge darstellt.

Eigenschaften

createOrUpdate

Erstellen einer DataflowEndpointResource

delete

Löschen einer DataflowEndpointResource

get

Abrufen einer DataflowEndpointResource

listByResourceGroup

Auflisten von DataflowEndpointResource-Ressourcen nach InstanceResource

Details zur Eigenschaft

createOrUpdate

Erstellen einer DataflowEndpointResource

createOrUpdate: (resourceGroupName: string, instanceName: string, dataflowEndpointName: string, resource: DataflowEndpointResource, options?: DataflowEndpointCreateOrUpdateOptionalParams) => PollerLike<OperationState<DataflowEndpointResource>, DataflowEndpointResource>

Eigenschaftswert

(resourceGroupName: string, instanceName: string, dataflowEndpointName: string, resource: DataflowEndpointResource, options?: DataflowEndpointCreateOrUpdateOptionalParams) => PollerLike<OperationState<DataflowEndpointResource>, DataflowEndpointResource>

delete

Löschen einer DataflowEndpointResource

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

Eigenschaftswert

(resourceGroupName: string, instanceName: string, dataflowEndpointName: string, options?: DataflowEndpointDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Abrufen einer DataflowEndpointResource

get: (resourceGroupName: string, instanceName: string, dataflowEndpointName: string, options?: DataflowEndpointGetOptionalParams) => Promise<DataflowEndpointResource>

Eigenschaftswert

(resourceGroupName: string, instanceName: string, dataflowEndpointName: string, options?: DataflowEndpointGetOptionalParams) => Promise<DataflowEndpointResource>

listByResourceGroup

Auflisten von DataflowEndpointResource-Ressourcen nach InstanceResource

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

Eigenschaftswert

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