다음을 통해 공유


AddressSpaceAggregationOption Struct

Definition

Option indicating the update behavior of a resource's address prefixes referenced within a network manager configuration.

public readonly struct AddressSpaceAggregationOption : IEquatable<Azure.ResourceManager.Network.Models.AddressSpaceAggregationOption>
type AddressSpaceAggregationOption = struct
Public Structure AddressSpaceAggregationOption
Implements IEquatable(Of AddressSpaceAggregationOption)
Inheritance
AddressSpaceAggregationOption
Implements

Constructors

AddressSpaceAggregationOption(String)

Initializes a new instance of AddressSpaceAggregationOption.

Properties

Manual

Manual.

None

None.

Methods

Equals(AddressSpaceAggregationOption)

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

Determines if two AddressSpaceAggregationOption values are the same.

Implicit(String to AddressSpaceAggregationOption)

Converts a String to a AddressSpaceAggregationOption.

Inequality(AddressSpaceAggregationOption, AddressSpaceAggregationOption)

Determines if two AddressSpaceAggregationOption values are not the same.

Applies to