ServiceSettingsKeys Fields

 

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Config
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticApplicationBin

The key identifying the application setting containing the path to where application assemblies are loaded from.

System_CAPS_pubfieldSystem_CAPS_staticApplicationRoot

The key identifying the application setting containing the root path to where the application is located.

System_CAPS_pubfieldSystem_CAPS_staticAzureActiveDirectoryAudience

The key identifying the application setting containing the Azure Active Directory audience used for token validation.

System_CAPS_pubfieldSystem_CAPS_staticAzureActiveDirectoryClientId

The key identifying the application setting containing the Azure Active Directory client ID.

System_CAPS_pubfieldSystem_CAPS_staticAzureActiveDirectoryTenants

The key identifying the application setting containing a comma separated list of of allowed Azure Active Directory tenant domains used for token validation.

System_CAPS_pubfieldSystem_CAPS_staticCrossDomainOrigins

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.

System_CAPS_pubfieldSystem_CAPS_staticFacebookAppId

The key identifying the application setting containing the Facebook ID associated with this service.

System_CAPS_pubfieldSystem_CAPS_staticFacebookSecret

The key identifying the application setting containing the Facebook secret associated with this service.

System_CAPS_pubfieldSystem_CAPS_staticGoogleAppId

The key identifying the application setting containing the Google application ID associated with this service.

System_CAPS_pubfieldSystem_CAPS_staticGoogleSecret

The key identifying the application setting containing the Google secret associated with this service.

System_CAPS_pubfieldSystem_CAPS_staticMasterKey

The key identifying the application setting containing the master key for the service.

System_CAPS_pubfieldSystem_CAPS_staticMicrosoftAccountClientId

The key identifying the application setting containing the Microsoft Account client ID associated with this service..

System_CAPS_pubfieldSystem_CAPS_staticMicrosoftAccountClientSecret

The key identifying the application setting containing the Microsoft Account client secret associated with this service.

System_CAPS_pubfieldSystem_CAPS_staticNotificationHubConnectionString

The key identifying the connection string setting containing the connection string for the Notification Hub associated with this service.

System_CAPS_pubfieldSystem_CAPS_staticNotificationHubName

The key identifying the application setting containing the name of the Notification Hub associated with this service.

System_CAPS_pubfieldSystem_CAPS_staticServiceKey

The key identifying the application setting containing the application key for the service.

System_CAPS_pubfieldSystem_CAPS_staticServiceName

The key identifying the application setting containing the name of the mobile service.

System_CAPS_pubfieldSystem_CAPS_staticSignalRHubConnectionString

The key identifying the connection string setting containing the connection string for the ASP.NET SignalR ServiceBus backplane associated with this service.

System_CAPS_pubfieldSystem_CAPS_staticSiteExtensionVersion

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.

System_CAPS_pubfieldSystem_CAPS_staticSubscriptionId

The key identifying the application setting containing the subscription id for the service.

System_CAPS_pubfieldSystem_CAPS_staticSystemKey

The key identifying the application setting containing the system key for the service.

System_CAPS_pubfieldSystem_CAPS_staticSystemLogLevel

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.

System_CAPS_pubfieldSystem_CAPS_staticTableConnectionString

The key identifying the connection string setting containing the default connection string for table controllers.

System_CAPS_pubfieldSystem_CAPS_staticTableSchema

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.

System_CAPS_pubfieldSystem_CAPS_staticTwitterConsumerKey

The key identifying the application setting containing the Twitter consumer key associated with this service.

System_CAPS_pubfieldSystem_CAPS_staticTwitterConsumerSecret

The key identifying the application setting containing the Twitter consumer secret associated with this service..

System_CAPS_pubfieldSystem_CAPS_staticWebHostRoot

The key identifying the application setting containing the root path to where the Web host is located.

Return to top
Show: