Udostępnij przez


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

Name Description
RelayAccessRight(String)

Initializes a new instance of RelayAccessRight.

Properties

Name Description
Listen

Listen.

Manage

Manage.

Send

Send.

Methods

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

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