CacheUpdateParameters Class

Definition

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