CacheContract Class

Definition

Cache details.

[Microsoft.Rest.Serialization.JsonTransformation]
public class CacheContract : Microsoft.Azure.Management.ApiManagement.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CacheContract = class
    inherit Resource
Public Class CacheContract
Inherits Resource
Inheritance
CacheContract
Attributes

Constructors

CacheContract()

Initializes a new instance of the CacheContract class.

CacheContract(String, String, String, String, String, String, String)

Initializes a new instance of the CacheContract class.

Properties

ConnectionString

Gets or sets runtime connection string to cache

Description

Gets or sets cache description

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Name

Gets the name of the resource

(Inherited from Resource)
ResourceId

Gets or sets original uri of entity in external system cache points to

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)
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