DataflowEndpointOperations interface

Интерфейс, представляющий операции DataflowEndpoint.

Свойства

createOrUpdate

Создание dataflowEndpointResource

delete

Удаление dataflowEndpointResource

get

Получение dataflowEndpointResource

listByResourceGroup

Перечисление ресурсов DataflowEndpointResource по ЭкземпляруResource

Сведения о свойстве

createOrUpdate

Создание dataflowEndpointResource

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

Значение свойства

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

delete

Удаление dataflowEndpointResource

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

Значение свойства

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

get

Получение dataflowEndpointResource

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

Значение свойства

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

listByResourceGroup

Перечисление ресурсов DataflowEndpointResource по ЭкземпляруResource

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

Значение свойства

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