azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.batch.p...

168 строки
6.6 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: com.microsoft.azure.batch.protocol.models._auto_user_scope
id: _auto_user_scope
parent: com.microsoft.azure.batch.protocol.models
children:
- com.microsoft.azure.batch.protocol.models._auto_user_scope.AutoUserScope(String)
- com.microsoft.azure.batch.protocol.models._auto_user_scope.fromString(String)
- com.microsoft.azure.batch.protocol.models._auto_user_scope.POOL
- com.microsoft.azure.batch.protocol.models._auto_user_scope.TASK
- com.microsoft.azure.batch.protocol.models._auto_user_scope.toString()
href: com.microsoft.azure.batch.protocol.models._auto_user_scope.yml
langs:
- java
name: AutoUserScope
nameWithType: AutoUserScope
fullName: com.microsoft.azure.batch.protocol.models.AutoUserScope
type: Enum
source:
remote: &o0
path: src/main/java/com/microsoft/azure/batch/protocol/models/AutoUserScope.java
branch: master
repo: https://github.com/Azure/azure-batch-sdk-for-java
path: src/main/java/com/microsoft/azure/batch/protocol/models/AutoUserScope.java
startLine: 18
package: com.microsoft.azure.batch.protocol.models
summary: <p>Defines values for AutoUserScope. </p>
syntax: &o1
content: public enum AutoUserScope
inheritance:
- java.lang.Object
- java.lang.Enum<AutoUserScope>
- uid: com.microsoft.azure.batch.protocol.models._auto_user_scope.AutoUserScope(String)
id: AutoUserScope(String)
parent: com.microsoft.azure.batch.protocol.models._auto_user_scope
href: com.microsoft.azure.batch.protocol.models._auto_user_scope.yml
langs:
- java
name: AutoUserScope(String value)
nameWithType: AutoUserScope.AutoUserScope(String value)
fullName: com.microsoft.azure.batch.protocol.models.AutoUserScope.AutoUserScope(String value)
overload: com.microsoft.azure.batch.protocol.models._auto_user_scope.AutoUserScope*
type: Constructor
source:
remote: *o0
path: src/main/java/com/microsoft/azure/batch/protocol/models/AutoUserScope.java
startLine: 28
package: com.microsoft.azure.batch.protocol.models
syntax:
content: public AutoUserScope(String value)
parameters:
- id: value
type: "26831127"
- uid: com.microsoft.azure.batch.protocol.models._auto_user_scope.fromString(String)
id: fromString(String)
parent: com.microsoft.azure.batch.protocol.models._auto_user_scope
href: com.microsoft.azure.batch.protocol.models._auto_user_scope.yml
langs:
- java
name: fromString(String value)
nameWithType: AutoUserScope.fromString(String value)
fullName: com.microsoft.azure.batch.protocol.models.AutoUserScope.fromString(String value)
overload: com.microsoft.azure.batch.protocol.models._auto_user_scope.fromString*
type: Method
source:
remote: *o0
path: src/main/java/com/microsoft/azure/batch/protocol/models/AutoUserScope.java
startLine: 39
package: com.microsoft.azure.batch.protocol.models
summary: >-
<p>Parses a serialized value to a AutoUserScope instance.</p>
<p></p>
syntax:
content: public static AutoUserScope fromString(String value)
parameters:
- id: value
type: "26831127"
description: <p>the serialized value to parse. </p>
return:
type: com.microsoft.azure.batch.protocol.models._auto_user_scope
description: <p>the parsed AutoUserScope object, or null if unable to parse. </p>
- uid: com.microsoft.azure.batch.protocol.models._auto_user_scope.POOL
id: POOL
parent: com.microsoft.azure.batch.protocol.models._auto_user_scope
href: com.microsoft.azure.batch.protocol.models._auto_user_scope.yml
langs:
- java
name: POOL
nameWithType: AutoUserScope.POOL
fullName: com.microsoft.azure.batch.protocol.models.AutoUserScope.POOL
type: Field
source:
remote: *o0
path: src/main/java/com/microsoft/azure/batch/protocol/models/AutoUserScope.java
startLine: 23
package: com.microsoft.azure.batch.protocol.models
summary: <p>Specifies that the task runs as the common auto user account which is created on every node in a pool. </p>
syntax:
content: public POOL=("pool")
- uid: com.microsoft.azure.batch.protocol.models._auto_user_scope.TASK
id: TASK
parent: com.microsoft.azure.batch.protocol.models._auto_user_scope
href: com.microsoft.azure.batch.protocol.models._auto_user_scope.yml
langs:
- java
name: TASK
nameWithType: AutoUserScope.TASK
fullName: com.microsoft.azure.batch.protocol.models.AutoUserScope.TASK
type: Field
source:
remote: *o0
path: src/main/java/com/microsoft/azure/batch/protocol/models/AutoUserScope.java
startLine: 20
package: com.microsoft.azure.batch.protocol.models
summary: <p>Specifies that the service should create a new user for the task. </p>
syntax:
content: public TASK=("task")
- uid: com.microsoft.azure.batch.protocol.models._auto_user_scope.toString()
id: toString()
parent: com.microsoft.azure.batch.protocol.models._auto_user_scope
href: com.microsoft.azure.batch.protocol.models._auto_user_scope.yml
langs:
- java
name: toString()
nameWithType: AutoUserScope.toString()
fullName: com.microsoft.azure.batch.protocol.models.AutoUserScope.toString()
overload: com.microsoft.azure.batch.protocol.models._auto_user_scope.toString*
type: Method
source:
remote: *o0
path: src/main/java/com/microsoft/azure/batch/protocol/models/AutoUserScope.java
startLine: 51
package: com.microsoft.azure.batch.protocol.models
syntax:
content: public String toString()
return:
type: "26831127"
references:
- uid: "26831127"
spec.java:
- name: String
fullName: String
- uid: com.microsoft.azure.batch.protocol.models._auto_user_scope.AutoUserScope*
name: AutoUserScope
nameWithType: AutoUserScope.AutoUserScope
fullName: com.microsoft.azure.batch.protocol.models.AutoUserScope.AutoUserScope
package: com.microsoft.azure.batch.protocol.models
- uid: com.microsoft.azure.batch.protocol.models._auto_user_scope.toString*
name: toString
nameWithType: AutoUserScope.toString
fullName: com.microsoft.azure.batch.protocol.models.AutoUserScope.toString
package: com.microsoft.azure.batch.protocol.models
- uid: com.microsoft.azure.batch.protocol.models._auto_user_scope.fromString*
name: fromString
nameWithType: AutoUserScope.fromString
fullName: com.microsoft.azure.batch.protocol.models.AutoUserScope.fromString
package: com.microsoft.azure.batch.protocol.models
- uid: com.microsoft.azure.batch.protocol.models._auto_user_scope
parent: com.microsoft.azure.batch.protocol.models
href: com.microsoft.azure.batch.protocol.models._auto_user_scope.yml
name: AutoUserScope
nameWithType: AutoUserScope
fullName: com.microsoft.azure.batch.protocol.models.AutoUserScope
type: Enum
summary: <p>Defines values for AutoUserScope. </p>
syntax: *o1