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

PeeringRole(String)

Initializes a new instance of PeeringRole.

Properties

Escalation

Escalation.

Noc

Noc.

Other

Other.

Policy

Policy.

Service

Service.

Technical

Technical.

Methods

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

Equality(PeeringRole, PeeringRole)

Determines if two PeeringRole values are the same.

Implicit(String to PeeringRole)

Converts a string to a PeeringRole.

Inequality(PeeringRole, PeeringRole)

Determines if two PeeringRole values are not the same.

Applies to