Share via


IStorageCacheManagementClient Interface

Definition

A Storage Cache provides scalable caching service for NAS clients, serving data from either NFSv3 or Blob at-rest storage (referred to as "Storage Targets"). These operations allow you to manage Caches.

public interface IStorageCacheManagementClient : IDisposable
type IStorageCacheManagementClient = interface
    interface IDisposable
Public Interface IStorageCacheManagementClient
Implements IDisposable
Derived
Implements

Properties

ApiVersion

Client API version.

AscOperations

Gets the IAscOperations.

BaseUri

The base URI of the service.

Caches

Gets the ICaches.

Credentials

Subscription credentials which uniquely identify client subscription.

DeserializationSettings

Gets or sets json deserialization settings.

Operations

Gets the IOperations.

SerializationSettings

Gets or sets json serialization settings.

Skus

Gets the ISkus.

StorageTargets

Gets the IStorageTargets.

SubscriptionId

Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

UsageModels

Gets the IUsageModels.

Applies to