Enum HostingEnvironmentConfiguration
HostingEnvironmentConfiguration to use for the MediaPlatform. In most cases, the default value is correct. Only in Azure Government clouds do different settings need to be applied.
Namespace: Microsoft.Skype.Bots.Media
Assembly: Microsoft.Skype.Bots.Media.dll
Syntax
public enum HostingEnvironmentConfiguration
Fields
| Name | Description |
|---|---|
| AzureGovernment | Configuration specifically for hosting the platform in the Azure Government Cloud. |
| AzureGovernmentDoD | Configuration specificially for hosting the platform in the Azure Government DoD cloud. |
| Default | The default HostingEnvironmentConfiguration for the platform. |