PeeringRole Struct

Definition

The role of the contact.

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

Constructors

Name Description
PeeringRole(String)

Initializes a new instance of PeeringRole.

Properties

Name Description
Escalation

Gets the Escalation.

Noc

Gets the Noc.

Other

Gets the Other.

Policy

Gets the Policy.

Service

Gets the Service.

Technical

Gets the Technical.

Methods

Name Description
Equals(PeeringRole)

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

Determines if two PeeringRole values are the same.

Implicit(String to Nullable<PeeringRole>)
Implicit(String to PeeringRole)

Converts a string to a PeeringRole.

Inequality(PeeringRole, PeeringRole)

Determines if two PeeringRole values are not the same.

Applies to