ServiceSettingsKeys Class
Defines the keys we look for in ServiceSettingsDictionary to identify known settings.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | ApplicationBin | The key identifying the application setting containing the path to where application assemblies are loaded from. |
![]() ![]() | ApplicationRoot | The key identifying the application setting containing the root path to where the application is located. |
![]() ![]() | AzureActiveDirectoryAudience | The key identifying the application setting containing the Azure Active Directory audience used for token validation. |
![]() ![]() | AzureActiveDirectoryClientId | The key identifying the application setting containing the Azure Active Directory client ID. |
![]() ![]() | AzureActiveDirectoryTenants | The key identifying the application setting containing a comma separated list of of allowed Azure Active Directory tenant domains used for token validation. |
![]() ![]() | CrossDomainOrigins | The key identifying the application setting containing a comma-separated list of origins that are allowed to access the resource. For example: http://localhost, http://sample.com. Use * to allow all. |
![]() ![]() | FacebookAppId | The key identifying the application setting containing the Facebook ID associated with this service. |
![]() ![]() | FacebookSecret | The key identifying the application setting containing the Facebook secret associated with this service. |
![]() ![]() | GoogleAppId | The key identifying the application setting containing the Google application ID associated with this service. |
![]() ![]() | GoogleSecret | The key identifying the application setting containing the Google secret associated with this service. |
![]() ![]() | MasterKey | The key identifying the application setting containing the master key for the service. |
![]() ![]() | MicrosoftAccountClientId | The key identifying the application setting containing the Microsoft Account client ID associated with this service.. |
![]() ![]() | MicrosoftAccountClientSecret | The key identifying the application setting containing the Microsoft Account client secret associated with this service. |
![]() ![]() | NotificationHubConnectionString | The key identifying the connection string setting containing the connection string for the Notification Hub associated with this service. |
![]() ![]() | NotificationHubName | The key identifying the application setting containing the name of the Notification Hub associated with this service. |
![]() ![]() | ServiceKey | The key identifying the application setting containing the application key for the service. |
![]() ![]() | ServiceName | The key identifying the application setting containing the name of the mobile service. |
![]() ![]() | SignalRHubConnectionString | The key identifying the connection string setting containing the connection string for the ASP.NET SignalR ServiceBus backplane associated with this service. |
![]() ![]() | SiteExtensionVersion | The key identifying the application setting containing the site extension version this service uses. The site extension represents the version of the host running the service in Azure. |
![]() ![]() | SubscriptionId | The key identifying the application setting containing the subscription id for the service. |
![]() ![]() | SystemKey | The key identifying the application setting containing the system key for the service. |
![]() ![]() | SystemLogLevel | The key identifying the application setting containing the minimum log level for system logged by the service. Only system logs with a level greater than or equal to the indicated level will get logged to the system log. |
![]() ![]() | TableConnectionString | The key identifying the connection string setting containing the default connection string for table controllers. |
![]() ![]() | TableSchema | The key identifying the application setting containing the default schema name used by table controllers. For SQL Azure based databases it is recommended that the default schema name, which is derived from the service name, be used. The default schema name is automatically provisioned with the necessary access rights as part of creating the service. |
![]() ![]() | TwitterConsumerKey | The key identifying the application setting containing the Twitter consumer key associated with this service. |
![]() ![]() | TwitterConsumerSecret | The key identifying the application setting containing the Twitter consumer secret associated with this service.. |
![]() ![]() | WebHostRoot | The key identifying the application setting containing the root path to where the Web host is located. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.jpeg?cs-save-lang=1&cs-lang=vb)
.jpeg?cs-save-lang=1&cs-lang=vb)