Share via


DeleteExistingPeering Struct

Definition

Flag if need to remove current existing peerings.

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

Constructors

DeleteExistingPeering(String)

Initializes a new instance of DeleteExistingPeering.

Properties

False

False.

True

True.

Methods

Equals(DeleteExistingPeering)

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

Determines if two DeleteExistingPeering values are the same.

Implicit(String to DeleteExistingPeering)

Converts a string to a DeleteExistingPeering.

Inequality(DeleteExistingPeering, DeleteExistingPeering)

Determines if two DeleteExistingPeering values are not the same.

Applies to