Enum CloudNamespace
Enumeration defining various cloud environment type
Namespace: Microsoft.Graph.Routing
Assembly: Microsoft.Graph.Communications.Core.dll
Syntax
public enum CloudNamespace
Fields
Name | Description |
---|---|
DoD | Represents a service running on the DoD cloud installation of NGC or a user homed on the DoD cloud. |
GCCH | Represents a service running on the GCCH cloud installation of NGC or a user homed on the GCCH cloud. |
NotApplicable | Used for users like 'teamsvisitor' or on premise sfb user for whom cloud namespace is not applicable |
Public | Represents a service running on the public cloud installation of NGC or a user homed on the public cloud. |