DynamicVNetAssignmentScope 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.
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
Azure SDK for .NET