CommunicationCloudEnvironment Struct

Definition

The cloud that the identifier belongs to.

public readonly struct CommunicationCloudEnvironment : IEquatable<Azure.Communication.CommunicationCloudEnvironment>
type CommunicationCloudEnvironment = struct
Public Structure CommunicationCloudEnvironment
Implements IEquatable(Of CommunicationCloudEnvironment)
Inheritance
CommunicationCloudEnvironment
Implements

Constructors

CommunicationCloudEnvironment(String)

Determines if two CommunicationCloudEnvironment values are the same.

Properties

Dod

dod.

Gcch

gcch.

Public

public.

Methods

Equals(CommunicationCloudEnvironment)

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

Determines if two CommunicationCloudEnvironment values are the same.

Implicit(String to CommunicationCloudEnvironment)

Converts a string to a CommunicationCloudEnvironment.

Inequality(CommunicationCloudEnvironment, CommunicationCloudEnvironment)

Determines if two CommunicationCloudEnvironment values are not the same.

Applies to