RelayAccessRight Struct

Definition

The RelayAccessRight.

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

Constructors

RelayAccessRight(String)

Initializes a new instance of RelayAccessRight.

Properties

Listen

Listen.

Manage

Manage.

Send

Send.

Methods

Equals(RelayAccessRight)

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

Determines if two RelayAccessRight values are the same.

Implicit(String to RelayAccessRight)

Converts a string to a RelayAccessRight.

Inequality(RelayAccessRight, RelayAccessRight)

Determines if two RelayAccessRight values are not the same.

Applies to