次の方法で共有


BatchAccessScope Struct

Definition

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.

Applies to