BatchAccessScope 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.
BatchAccessScope enums.
public readonly struct BatchAccessScope : IEquatable<Azure.Compute.Batch.BatchAccessScope>
type BatchAccessScope = struct
Public Structure BatchAccessScope
Implements IEquatable(Of BatchAccessScope)
- Inheritance
-
BatchAccessScope
- Implements
Constructors
BatchAccessScope(String) |
Initializes a new instance of BatchAccessScope. |
Properties
Job |
Grants access to perform all operations on the Job containing the Task. |
Methods
Equals(BatchAccessScope) |
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
Equality(BatchAccessScope, BatchAccessScope) |
Determines if two BatchAccessScope values are the same. |
Implicit(String to BatchAccessScope) |
Converts a String to a BatchAccessScope. |
Inequality(BatchAccessScope, BatchAccessScope) |
Determines if two BatchAccessScope values are not the same. |