DataflowEndpointOperations interface
DataflowEndpoint işlemlerini temsil eden arabirim.
Özellikler
| create |
DataflowEndpointResource oluşturma |
| delete | DataflowEndpointResource silme |
| get | DataflowEndpointResource alma |
| list |
DataflowEndpointResource kaynaklarını InstanceResource'a göre listeleme |
Özellik Ayrıntıları
createOrUpdate
DataflowEndpointResource oluşturma
createOrUpdate: (resourceGroupName: string, instanceName: string, dataflowEndpointName: string, resource: DataflowEndpointResource, options?: DataflowEndpointCreateOrUpdateOptionalParams) => PollerLike<OperationState<DataflowEndpointResource>, DataflowEndpointResource>
Özellik Değeri
(resourceGroupName: string, instanceName: string, dataflowEndpointName: string, resource: DataflowEndpointResource, options?: DataflowEndpointCreateOrUpdateOptionalParams) => PollerLike<OperationState<DataflowEndpointResource>, DataflowEndpointResource>
delete
DataflowEndpointResource silme
delete: (resourceGroupName: string, instanceName: string, dataflowEndpointName: string, options?: DataflowEndpointDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Özellik Değeri
(resourceGroupName: string, instanceName: string, dataflowEndpointName: string, options?: DataflowEndpointDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
DataflowEndpointResource alma
get: (resourceGroupName: string, instanceName: string, dataflowEndpointName: string, options?: DataflowEndpointGetOptionalParams) => Promise<DataflowEndpointResource>
Özellik Değeri
(resourceGroupName: string, instanceName: string, dataflowEndpointName: string, options?: DataflowEndpointGetOptionalParams) => Promise<DataflowEndpointResource>
listByResourceGroup
DataflowEndpointResource kaynaklarını InstanceResource'a göre listeleme
listByResourceGroup: (resourceGroupName: string, instanceName: string, options?: DataflowEndpointListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DataflowEndpointResource, DataflowEndpointResource[], PageSettings>
Özellik Değeri
(resourceGroupName: string, instanceName: string, options?: DataflowEndpointListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DataflowEndpointResource, DataflowEndpointResource[], PageSettings>