Udostępnij przez


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

Name Description
DeleteExistingPeering(String)

Initializes a new instance of DeleteExistingPeering.

Properties

Name Description
False

False.

True

True.

Methods

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

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