CommunicationCloudEnvironment Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |