DataflowProfileOperations interface
DataflowProfile 操作を表すインターフェイス。
プロパティ
| create |
DataflowProfileResource を作成する |
| delete | DataflowProfileResource を削除する |
| get | DataflowProfileResource を取得する |
| list |
InstanceResource による DataflowProfileResource リソースの一覧表示 |
プロパティの詳細
createOrUpdate
DataflowProfileResource を作成する
createOrUpdate: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, resource: DataflowProfileResource, options?: DataflowProfileCreateOrUpdateOptionalParams) => PollerLike<OperationState<DataflowProfileResource>, DataflowProfileResource>
プロパティ値
(resourceGroupName: string, instanceName: string, dataflowProfileName: string, resource: DataflowProfileResource, options?: DataflowProfileCreateOrUpdateOptionalParams) => PollerLike<OperationState<DataflowProfileResource>, DataflowProfileResource>
delete
DataflowProfileResource を削除する
delete: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, options?: DataflowProfileDeleteOptionalParams) => PollerLike<OperationState<void>, void>
プロパティ値
(resourceGroupName: string, instanceName: string, dataflowProfileName: string, options?: DataflowProfileDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
DataflowProfileResource を取得する
get: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, options?: DataflowProfileGetOptionalParams) => Promise<DataflowProfileResource>
プロパティ値
(resourceGroupName: string, instanceName: string, dataflowProfileName: string, options?: DataflowProfileGetOptionalParams) => Promise<DataflowProfileResource>
listByResourceGroup
InstanceResource による DataflowProfileResource リソースの一覧表示
listByResourceGroup: (resourceGroupName: string, instanceName: string, options?: DataflowProfileListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DataflowProfileResource, DataflowProfileResource[], PageSettings>
プロパティ値
(resourceGroupName: string, instanceName: string, options?: DataflowProfileListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DataflowProfileResource, DataflowProfileResource[], PageSettings>