azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

341 строка
30 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem"
name: "IndexableTaskItem"
nameWithType: "IndexableTaskItem"
summary: "An index-able Task<wbr>Item with a Task<wbr>Group."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract class **IndexableTaskItem**</br> implements <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.dag.TaskItem?alt=com.microsoft.azure.management.resources.fluentcore.dag.TaskItem&text=TaskItem\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.HasTaskGroup?alt=com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.HasTaskGroup&text=HasTaskGroup\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.IndexableTaskItem()"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.IndexableTaskItem()"
name: "IndexableTaskItem()"
nameWithType: "IndexableTaskItem.IndexableTaskItem()"
summary: "Creates a Task<wbr>Item which is index-able using a random UUID."
syntax: "public IndexableTaskItem()"
desc: "Creates a TaskItem which is index-able using a random UUID."
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.IndexableTaskItem(java.lang.String)"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.IndexableTaskItem(String key)"
name: "IndexableTaskItem(String key)"
nameWithType: "IndexableTaskItem.IndexableTaskItem(String key)"
summary: "Creates a Task<wbr>Item which is index-able using provided key."
parameters:
- description: "the unique key to index this TaskItem"
name: "key"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public IndexableTaskItem(String key)"
desc: "Creates a TaskItem which is index-able using provided key."
methods:
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.<T>taskResult(java.lang.String)"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.taskResult(String key)"
name: "taskResult(String key)"
nameWithType: "IndexableTaskItem.taskResult(String key)"
summary: "Get result of one of the task that belongs to this task's task group."
modifiers:
- "protected"
parameters:
- description: "the task key"
name: "key"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "protected T <T>taskResult(String key)"
desc: "Get result of one of the task that belongs to this task's task group."
returns:
description: "the task result, null will be returned if task has not produced a result yet"
type: "<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.addDependency(com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem)"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.addDependency(FunctionalTaskItem dependency)"
name: "addDependency(FunctionalTaskItem dependency)"
nameWithType: "IndexableTaskItem.addDependency(FunctionalTaskItem dependency)"
summary: "Add a dependency task item for this task item."
modifiers:
- "protected"
parameters:
- description: "the dependency task item."
name: "dependency"
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem?alt=com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem&text=FunctionalTaskItem\" data-throw-if-not-resolved=\"False\" />"
syntax: "protected String addDependency(FunctionalTaskItem dependency)"
desc: "Add a dependency task item for this task item."
returns:
description: "key to be used as parameter to taskResult(string) method to retrieve result the task item"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.addDependency(com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.HasTaskGroup)"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.addDependency(TaskGroup.HasTaskGroup dependency)"
name: "addDependency(TaskGroup.HasTaskGroup dependency)"
nameWithType: "IndexableTaskItem.addDependency(TaskGroup.HasTaskGroup dependency)"
summary: "Add a dependency for this task item."
modifiers:
- "protected"
parameters:
- description: "the dependency."
name: "dependency"
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.HasTaskGroup?alt=com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.HasTaskGroup&text=HasTaskGroup\" data-throw-if-not-resolved=\"False\" />"
syntax: "protected String addDependency(TaskGroup.HasTaskGroup dependency)"
desc: "Add a dependency for this task item."
returns:
description: "key to be used as parameter to taskResult(string) method to retrieve result of root\n task in the given dependency task group"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.addDependency(com.microsoft.azure.management.resources.fluentcore.model.Creatable<? extends com.microsoft.azure.management.resources.fluentcore.model.Indexable>)"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.addDependency(Creatable<? extends Indexable> creatable)"
name: "addDependency(Creatable<? extends Indexable> creatable)"
nameWithType: "IndexableTaskItem.addDependency(Creatable<? extends Indexable> creatable)"
summary: "Add a creatable dependency for this task item."
modifiers:
- "protected"
parameters:
- description: "the creatable dependency."
name: "creatable"
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Creatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Creatable&text=Creatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"? extends com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=? extends com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "protected String addDependency(Creatable<? extends Indexable> creatable)"
desc: "Add a creatable dependency for this task item."
returns:
description: "the key to be used as parameter to taskResult(string) method to retrieve created dependency"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.addDependency(com.microsoft.azure.management.resources.fluentcore.model.Executable<? extends com.microsoft.azure.management.resources.fluentcore.model.Indexable>)"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.addDependency(Executable<? extends Indexable> executable)"
name: "addDependency(Executable<? extends Indexable> executable)"
nameWithType: "IndexableTaskItem.addDependency(Executable<? extends Indexable> executable)"
summary: "Add an executable dependency for this task item."
modifiers:
- "protected"
parameters:
- description: "the executable dependency"
name: "executable"
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Executable?alt=com.microsoft.azure.management.resources.fluentcore.model.Executable&text=Executable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"? extends com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=? extends com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "protected String addDependency(Executable<? extends Indexable> executable)"
desc: "Add an executable dependency for this task item."
returns:
description: "the key to be used as parameter to taskResult(string) method to retrieve result of executing\n the executable dependency"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.addPostRunDependent(com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem)"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.addPostRunDependent(FunctionalTaskItem dependent)"
name: "addPostRunDependent(FunctionalTaskItem dependent)"
nameWithType: "IndexableTaskItem.addPostRunDependent(FunctionalTaskItem dependent)"
summary: "Add a \"post-run\" dependent task item for this task item."
parameters:
- description: "the \"post-run\" dependent task item."
name: "dependent"
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem?alt=com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem&text=FunctionalTaskItem\" data-throw-if-not-resolved=\"False\" />"
syntax: "public String addPostRunDependent(FunctionalTaskItem dependent)"
desc: "Add a \"post-run\" dependent task item for this task item."
returns:
description: "key to be used as parameter to taskResult(string) method to retrieve result of root\n task in the given dependent task group"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.addPostRunDependent(com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.HasTaskGroup)"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.addPostRunDependent(TaskGroup.HasTaskGroup dependent)"
name: "addPostRunDependent(TaskGroup.HasTaskGroup dependent)"
nameWithType: "IndexableTaskItem.addPostRunDependent(TaskGroup.HasTaskGroup dependent)"
summary: "Add a \"post-run\" dependent for this task item."
parameters:
- description: "the \"post-run\" dependent."
name: "dependent"
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.HasTaskGroup?alt=com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.HasTaskGroup&text=HasTaskGroup\" data-throw-if-not-resolved=\"False\" />"
syntax: "public String addPostRunDependent(TaskGroup.HasTaskGroup dependent)"
desc: "Add a \"post-run\" dependent for this task item."
returns:
description: "key to be used as parameter to taskResult(string) method to retrieve result of root\n task in the given dependent task group"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.addPostRunDependent(com.microsoft.azure.management.resources.fluentcore.model.Appliable<? extends com.microsoft.azure.management.resources.fluentcore.model.Indexable>)"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.addPostRunDependent(Appliable<? extends Indexable> appliable)"
name: "addPostRunDependent(Appliable<? extends Indexable> appliable)"
nameWithType: "IndexableTaskItem.addPostRunDependent(Appliable<? extends Indexable> appliable)"
summary: "Add an appliable \"post-run\" dependent for this task item."
modifiers:
- "protected"
parameters:
- description: "the appliable \"post-run\" dependent."
name: "appliable"
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Appliable?alt=com.microsoft.azure.management.resources.fluentcore.model.Appliable&text=Appliable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"? extends com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=? extends com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "protected String addPostRunDependent(Appliable<? extends Indexable> appliable)"
desc: "Add an appliable \"post-run\" dependent for this task item."
returns:
description: "the key to be used as parameter to taskResult(string) method to retrieve updated \"post-run\" dependent"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.addPostRunDependent(com.microsoft.azure.management.resources.fluentcore.model.Creatable<? extends com.microsoft.azure.management.resources.fluentcore.model.Indexable>)"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.addPostRunDependent(Creatable<? extends Indexable> creatable)"
name: "addPostRunDependent(Creatable<? extends Indexable> creatable)"
nameWithType: "IndexableTaskItem.addPostRunDependent(Creatable<? extends Indexable> creatable)"
summary: "Add a creatable \"post-run\" dependent for this task item."
modifiers:
- "protected"
parameters:
- description: "the creatable \"post-run\" dependent."
name: "creatable"
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Creatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Creatable&text=Creatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"? extends com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=? extends com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "protected String addPostRunDependent(Creatable<? extends Indexable> creatable)"
desc: "Add a creatable \"post-run\" dependent for this task item."
returns:
description: "the key to be used as parameter to taskResult(string) method to retrieve created \"post-run\" dependent"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.addPostRunDependent(com.microsoft.azure.management.resources.fluentcore.model.Executable<? extends com.microsoft.azure.management.resources.fluentcore.model.Indexable>)"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.addPostRunDependent(Executable<? extends Indexable> executable)"
name: "addPostRunDependent(Executable<? extends Indexable> executable)"
nameWithType: "IndexableTaskItem.addPostRunDependent(Executable<? extends Indexable> executable)"
summary: "Add an executable \"post-run\" dependent for this task item."
modifiers:
- "protected"
parameters:
- description: "the executable \"post-run\" dependent"
name: "executable"
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Executable?alt=com.microsoft.azure.management.resources.fluentcore.model.Executable&text=Executable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"? extends com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=? extends com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "protected String addPostRunDependent(Executable<? extends Indexable> executable)"
desc: "Add an executable \"post-run\" dependent for this task item."
returns:
description: "the key to be used as parameter to taskResult(string) method to retrieve result of executing\n the executable \"post-run\" dependent"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.addeDependency(com.microsoft.azure.management.resources.fluentcore.model.Appliable<? extends com.microsoft.azure.management.resources.fluentcore.model.Indexable>)"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.addeDependency(Appliable<? extends Indexable> appliable)"
name: "addeDependency(Appliable<? extends Indexable> appliable)"
nameWithType: "IndexableTaskItem.addeDependency(Appliable<? extends Indexable> appliable)"
summary: "Add an appliable dependency for this task item."
modifiers:
- "protected"
parameters:
- description: "the appliable dependency."
name: "appliable"
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Appliable?alt=com.microsoft.azure.management.resources.fluentcore.model.Appliable&text=Appliable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"? extends com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=? extends com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "protected String addeDependency(Appliable<? extends Indexable> appliable)"
desc: "Add an appliable dependency for this task item."
returns:
description: "the key to be used as parameter to taskResult(string) method to retrieve updated dependency"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.beforeGroupInvoke()"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.beforeGroupInvoke()"
name: "beforeGroupInvoke()"
nameWithType: "IndexableTaskItem.beforeGroupInvoke()"
summary: "The method that gets called before invoking all the tasks in the <xref uid=\"com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TaskGroup\"></xref> this task belongs to."
syntax: "public void beforeGroupInvoke()"
desc: "The method that gets called before invoking all the tasks in the <xref uid=\"com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TaskGroup\"></xref> this task belongs to."
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.clear()"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.clear()"
name: "clear()"
nameWithType: "IndexableTaskItem.clear()"
summary: "Clear the result produced by the task."
syntax: "public void clear()"
desc: "Clear the result produced by the task."
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.create(com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem)"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.create(FunctionalTaskItem taskItem)"
name: "create(FunctionalTaskItem taskItem)"
nameWithType: "IndexableTaskItem.create(FunctionalTaskItem taskItem)"
summary: "Creates an Indexable<wbr>Task<wbr>Item from provided Functional<wbr>Task<wbr>Item."
modifiers:
- "static"
parameters:
- description: "functional TaskItem"
name: "taskItem"
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem?alt=com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem&text=FunctionalTaskItem\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static IndexableTaskItem create(FunctionalTaskItem taskItem)"
desc: "Creates an IndexableTaskItem from provided FunctionalTaskItem."
returns:
description: "IndexableTaskItem"
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem?alt=com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem&text=IndexableTaskItem\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.invokeAfterPostRunAsync(boolean)"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.invokeAfterPostRunAsync(boolean isGroupFaulted)"
name: "invokeAfterPostRunAsync(boolean isGroupFaulted)"
nameWithType: "IndexableTaskItem.invokeAfterPostRunAsync(boolean isGroupFaulted)"
summary: "The method that gets called after invocation of \"post run\" task items depends on this Task<wbr>Item."
parameters:
- name: "isGroupFaulted"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Completable invokeAfterPostRunAsync(boolean isGroupFaulted)"
desc: "The method that gets called after invocation of \"post run\" task items depends on this TaskItem.\n\nThis method will be invoked only if this TaskItem had \"post run\" dependents."
returns:
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.invokeAsync(com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.InvocationContext)"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.invokeAsync(TaskGroup.InvocationContext context)"
name: "invokeAsync(TaskGroup.InvocationContext context)"
nameWithType: "IndexableTaskItem.invokeAsync(TaskGroup.InvocationContext context)"
summary: "The method that gets called to perform the unit of work asynchronously."
parameters:
- name: "context"
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.InvocationContext?alt=com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.InvocationContext&text=InvocationContext\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Observable<Indexable> invokeAsync(TaskGroup.InvocationContext context)"
desc: "The method that gets called to perform the unit of work asynchronously."
returns:
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.invokeTaskAsync(com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.InvocationContext)"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.invokeTaskAsync(TaskGroup.InvocationContext context)"
name: "invokeTaskAsync(TaskGroup.InvocationContext context)"
nameWithType: "IndexableTaskItem.invokeTaskAsync(TaskGroup.InvocationContext context)"
modifiers:
- "protected"
- "abstract"
parameters:
- name: "context"
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.InvocationContext?alt=com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.InvocationContext&text=InvocationContext\" data-throw-if-not-resolved=\"False\" />"
syntax: "protected abstract Observable<Indexable> invokeTaskAsync(TaskGroup.InvocationContext context)"
returns:
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.isHot()"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.isHot()"
name: "isHot()"
nameWithType: "IndexableTaskItem.isHot()"
syntax: "public boolean isHot()"
returns:
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.key()"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.key()"
name: "key()"
nameWithType: "IndexableTaskItem.key()"
syntax: "public String key()"
returns:
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.result()"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.result()"
name: "result()"
nameWithType: "IndexableTaskItem.result()"
syntax: "public Indexable result()"
returns:
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.taskGroup()"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.taskGroup()"
name: "taskGroup()"
nameWithType: "IndexableTaskItem.taskGroup()"
syntax: "public TaskGroup taskGroup()"
returns:
description: "the TaskGroup this this TaskItem as root."
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup?alt=com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup&text=TaskGroup\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.voidIndexable()"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.voidIndexable()"
name: "voidIndexable()"
nameWithType: "IndexableTaskItem.voidIndexable()"
modifiers:
- "protected"
syntax: "protected Indexable voidIndexable()"
returns:
description: "an instance of <xref uid=\"com.microsoft.azure.management.resources.fluentcore.dag.VoidIndexable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"VoidIndexable\"></xref> with key same as the key of this TaskItem."
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.voidObservable()"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem.voidObservable()"
name: "voidObservable()"
nameWithType: "IndexableTaskItem.voidObservable()"
modifiers:
- "protected"
syntax: "protected Observable<Indexable> voidObservable()"
returns:
description: "an Observable upon subscription emits <xref uid=\"com.microsoft.azure.management.resources.fluentcore.dag.VoidIndexable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"VoidIndexable\"></xref> with key same as the key of\n this TaskItem"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "An index-able TaskItem with a TaskGroup."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.HasTaskGroup?alt=com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.HasTaskGroup&text=HasTaskGroup\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.dag.TaskItem?alt=com.microsoft.azure.management.resources.fluentcore.dag.TaskItem&text=TaskItem\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.microsoft.azure.management.resources.fluentcore.dag"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4