CacheUpdateParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Cache update details.
[Microsoft.Rest.Serialization.JsonTransformation]
public class CacheUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CacheUpdateParameters = class
Public Class CacheUpdateParameters
- Inheritance
-
CacheUpdateParameters
- Attributes
Constructors
CacheUpdateParameters() |
Initializes a new instance of the CacheUpdateParameters class. |
CacheUpdateParameters(String, String, String, String) |
Initializes a new instance of the CacheUpdateParameters class. |
Properties
ConnectionString |
Gets or sets runtime connection string to cache |
Description |
Gets or sets cache description |
ResourceId |
Gets or sets original uri of entity in external system cache points to |
UseFromLocation |
Gets or sets location identifier to use cache from (should be either 'default' or valid Azure region identifier) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET