| ApplicationResourceSettingNameProvider Class | 
Namespace: AccidentalFish.ApplicationSupport.Core.Components
The ApplicationResourceSettingNameProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| ApplicationResourceSettingNameProvider | Initializes a new instance of the ApplicationResourceSettingNameProvider class  | 
| Name | Description | |
|---|---|---|
| DefaultBlobContainerName | 
            Default blob container name setting.
            Format: {componentIdentity}.default-blob-container-name
              | |
| DefaultBrokeredMessageQueueName | 
            Default brokered message queue name setting.
            Format: {componentIdentity}.default-brokered-message-queue-name
              | |
| DefaultLeaseBlockName | 
            Default lease block name.
            Format: {componentIdentity}.default-lease-block-name
              | |
| DefaultQueueName | 
            Default queue name setting.
            Format: {componentIdentity}.default-queue-name
              | |
| DefaultSubscriptionName | 
            Default subscription name setting.
            Format: {componentIdentity}.default-subscription-name
              | |
| DefaultTableName | 
            Default table name setting.
            Format: {componentIdentity}.default-table-name
              | |
| DefaultTopicName | 
            Default topic name setting.
            Format: {componentIdentity}.default-topic-name
              | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ServiceBusConnectionString | 
            Service bus connection string setting.
            Format: {componentIdentity}.service-bus-connection-string
              | |
| SettingName | 
            Application setting name .
            Format: {componentIdentity}.setting.{setting}
              | |
| SqlConnectionString | 
            SQL connection string setting.
            Format: {componentIdentity}.sql-connection-string
              | |
| SqlContextType | 
            Database context setting.
            Format: {componentIdentity}.db-context-type
              | |
| StorageAccountConnectionString | 
            Storage account connection string setting.
            Format: {componentIdentity}.storage-account-connection-string
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |