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
| Name | Description |
|---|---|
| CommunicationCloudEnvironment(String) |
Determines if two CommunicationCloudEnvironment values are the same. |
Properties
| Name | Description |
|---|---|
| Dod |
dod. |
| Gcch |
gcch. |
| Public |
public. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |