DataflowEndpointOperations interface

Interface representing a DataflowEndpoint operations.

Properties

createOrUpdate

Create a DataflowEndpointResource

delete

Delete a DataflowEndpointResource

get

Get a DataflowEndpointResource

listByResourceGroup

List DataflowEndpointResource resources by InstanceResource

Property Details

createOrUpdate

Create a DataflowEndpointResource

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

Property Value

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

delete

Delete a DataflowEndpointResource

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

Property Value

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

get

Get a DataflowEndpointResource

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

Property Value

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

listByResourceGroup

List DataflowEndpointResource resources by InstanceResource

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

Property Value

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