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

116 строки
8.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.InvocationContext"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.InvocationContext"
name: "TaskGroup.InvocationContext"
nameWithType: "TaskGroup.InvocationContext"
summary: "A mutable type that can be used to pass data around task items during the invocation of the 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 static final class **TaskGroup.InvocationContext**"
fields:
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.InvocationContext.KEY_CONTEXT"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.InvocationContext.KEY_CONTEXT"
name: "KEY_CONTEXT"
nameWithType: "TaskGroup.InvocationContext.KEY_CONTEXT"
summary: "Key of context for request."
modifiers:
- "static"
- "final"
field:
value: "CONTEXT"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final String KEY_CONTEXT"
desc: "Key of context for request."
methods:
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.InvocationContext.get(java.lang.String)"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.InvocationContext.get(String key)"
name: "get(String key)"
nameWithType: "TaskGroup.InvocationContext.get(String key)"
summary: "Get a value in the context with the given key."
parameters:
- description: "the key"
name: "key"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Object get(String key)"
desc: "Get a value in the context with the given key."
returns:
description: "value with the given key if exists, null otherwise."
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.InvocationContext.hasKey(java.lang.String)"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.InvocationContext.hasKey(String key)"
name: "hasKey(String key)"
nameWithType: "TaskGroup.InvocationContext.hasKey(String key)"
summary: "Check existence of a key in the context."
parameters:
- description: "the key"
name: "key"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public boolean hasKey(String key)"
desc: "Check existence of a key in the context."
returns:
description: "true if the key exists, false otherwise."
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.InvocationContext.put(java.lang.String,java.lang.Object)"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.InvocationContext.put(String key, Object value)"
name: "put(String key, Object value)"
nameWithType: "TaskGroup.InvocationContext.put(String key, Object value)"
summary: "Put a key-value in the context."
parameters:
- description: "the key"
name: "key"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the value"
name: "value"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
syntax: "public void put(String key, Object value)"
desc: "Put a key-value in the context."
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.InvocationContext.taskGroup()"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.InvocationContext.taskGroup()"
name: "taskGroup()"
nameWithType: "TaskGroup.InvocationContext.taskGroup()"
syntax: "public TaskGroup taskGroup()"
returns:
description: "the TaskGroup this invocation context associated with."
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.TaskGroup.InvocationContext.terminateOnErrorStrategy()"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.InvocationContext.terminateOnErrorStrategy()"
name: "terminateOnErrorStrategy()"
nameWithType: "TaskGroup.InvocationContext.terminateOnErrorStrategy()"
syntax: "public TaskGroupTerminateOnErrorStrategy terminateOnErrorStrategy()"
returns:
description: "the termination strategy to use upon error during the current invocation of the TaskGroup."
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.dag.TaskGroupTerminateOnErrorStrategy?alt=com.microsoft.azure.management.resources.fluentcore.dag.TaskGroupTerminateOnErrorStrategy&text=TaskGroupTerminateOnErrorStrategy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.InvocationContext.withTerminateOnErrorStrategy(com.microsoft.azure.management.resources.fluentcore.dag.TaskGroupTerminateOnErrorStrategy)"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.InvocationContext.withTerminateOnErrorStrategy(TaskGroupTerminateOnErrorStrategy strategy)"
name: "withTerminateOnErrorStrategy(TaskGroupTerminateOnErrorStrategy strategy)"
nameWithType: "TaskGroup.InvocationContext.withTerminateOnErrorStrategy(TaskGroupTerminateOnErrorStrategy strategy)"
summary: "Sets the group termination strategy to use on error."
parameters:
- description: "the strategy"
name: "strategy"
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.dag.TaskGroupTerminateOnErrorStrategy?alt=com.microsoft.azure.management.resources.fluentcore.dag.TaskGroupTerminateOnErrorStrategy&text=TaskGroupTerminateOnErrorStrategy\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TaskGroup.InvocationContext withTerminateOnErrorStrategy(TaskGroupTerminateOnErrorStrategy strategy)"
desc: "Sets the group termination strategy to use on error."
returns:
description: "the 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\" />"
type: "class"
desc: "A mutable type that can be used to pass data around task items during the invocation of the TaskGroup."
metadata: {}
package: "com.microsoft.azure.management.resources.fluentcore.dag"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4