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

69 строки
6.8 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem.Context"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem.Context"
name: "FunctionalTaskItem.Context"
nameWithType: "FunctionalTaskItem.Context"
summary: "Type representing context of an <xref uid=\"com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem\" data-throw-if-not-resolved=\"false\" data-raw-source=\"FunctionalTaskItem\"></xref>."
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 static final class **FunctionalTaskItem.Context**</br> implements <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;, <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\" />"
methods:
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem.Context.<T>taskResult(java.lang.String)"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem.Context.taskResult(String key)"
name: "taskResult(String key)"
nameWithType: "FunctionalTaskItem.Context.taskResult(String key)"
summary: "Get result of one of the task that belongs to this task's task group."
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: "public 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.FunctionalTaskItem.Context.inner()"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem.Context.inner()"
name: "inner()"
nameWithType: "FunctionalTaskItem.Context.inner()"
syntax: "public TaskGroup.InvocationContext inner()"
returns:
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\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem.Context.key()"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem.Context.key()"
name: "key()"
nameWithType: "FunctionalTaskItem.Context.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.FunctionalTaskItem.Context.voidObservable()"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem.Context.voidObservable()"
name: "voidObservable()"
nameWithType: "FunctionalTaskItem.Context.voidObservable()"
syntax: "public 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\n the key of 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: "Type representing context of an <xref uid=\"com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem\" data-throw-if-not-resolved=\"false\" data-raw-source=\"FunctionalTaskItem\"></xref>."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;"
- "<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