DynamicVNetAssignmentScope Struct

Definition

DynamicVNetAssignmentScope enums.

public readonly struct DynamicVNetAssignmentScope : IEquatable<Azure.Compute.Batch.DynamicVNetAssignmentScope>
type DynamicVNetAssignmentScope = struct
Public Structure DynamicVNetAssignmentScope
Implements IEquatable(Of DynamicVNetAssignmentScope)
Inheritance
DynamicVNetAssignmentScope
Implements

Constructors

DynamicVNetAssignmentScope(String)

Initializes a new instance of DynamicVNetAssignmentScope.

Properties

Job

Dynamic VNet assignment is done per-job.

None

No dynamic VNet assignment is enabled.

Methods

Equals(DynamicVNetAssignmentScope)

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(DynamicVNetAssignmentScope, DynamicVNetAssignmentScope)

Determines if two DynamicVNetAssignmentScope values are the same.

Implicit(String to DynamicVNetAssignmentScope)

Converts a string to a DynamicVNetAssignmentScope.

Inequality(DynamicVNetAssignmentScope, DynamicVNetAssignmentScope)

Determines if two DynamicVNetAssignmentScope values are not the same.

Applies to