你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Description
DynamicVNetAssignmentScope(String)

Initializes a new instance of DynamicVNetAssignmentScope.

Properties

Name Description
Job

Dynamic VNet assignment is done per-job.

None

No dynamic VNet assignment is enabled.

Methods

Name Description
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

Name Description
Equality(DynamicVNetAssignmentScope, DynamicVNetAssignmentScope)

Determines if two DynamicVNetAssignmentScope values are the same.

Implicit(String to DynamicVNetAssignmentScope)

Converts a string to a DynamicVNetAssignmentScope.

Implicit(String to Nullable<DynamicVNetAssignmentScope>)
Inequality(DynamicVNetAssignmentScope, DynamicVNetAssignmentScope)

Determines if two DynamicVNetAssignmentScope values are not the same.

Applies to