Interface IAgentCloudStorageConfigurationPhase
Allows one to control access to Cloud Licenses within a given AgentContext.
Extension methods provided by Sp.Agent.Cloud allow one to opt into relevant storage strategies.
Namespace: Sp.Agent.Configuration
Assembly: Sp.Agent.dll
Methods
DisableCloudStorage()
Allows one to disable all external cloud storage and move on to the next phase of configuration.
Declaration
IAgentUserBoundStorageConfigurationPhase DisableCloudStorage()
Returns
Type | Description |
---|---|
IAgentUserBoundStorageConfigurationPhase | The next link in the Fluent Expression chain. |