AutoUserScope Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
AutoUserScope enums.
public readonly struct AutoUserScope : IEquatable<Azure.Compute.Batch.AutoUserScope>
type AutoUserScope = struct
Public Structure AutoUserScope
Implements IEquatable(Of AutoUserScope)
- Inheritance
-
AutoUserScope
- Implements
Constructors
| Name | Description |
|---|---|
| AutoUserScope(String) |
Initializes a new instance of AutoUserScope. |
Properties
| Name | Description |
|---|---|
| Pool |
Specifies that the Task runs as the common auto user Account which is created on every Compute Node in a Pool. |
| Task |
Specifies that the service should create a new user for the Task. |
Methods
| Name | Description |
|---|---|
| Equals(AutoUserScope) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(AutoUserScope, AutoUserScope) |
Determines if two AutoUserScope values are the same. |
| Implicit(String to AutoUserScope) |
Converts a String to a AutoUserScope. |
| Inequality(AutoUserScope, AutoUserScope) |
Determines if two AutoUserScope values are not the same. |