Share via


StorageCacheManagementClient Class

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 class StorageCacheManagementClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.Management.StorageCache.StorageCacheManagementClient>, IDisposable, Microsoft.Azure.Management.StorageCache.IStorageCacheManagementClient
type StorageCacheManagementClient = class
    inherit ServiceClient<StorageCacheManagementClient>
    interface IStorageCacheManagementClient
    interface IDisposable
Public Class StorageCacheManagementClient
Inherits ServiceClient(Of StorageCacheManagementClient)
Implements IDisposable, IStorageCacheManagementClient
Inheritance
StorageCacheManagementClient
Implements

Constructors

StorageCacheManagementClient(DelegatingHandler[])

Initializes a new instance of the StorageCacheManagementClient class.

StorageCacheManagementClient(HttpClient, Boolean)

Initializes a new instance of the StorageCacheManagementClient class.

StorageCacheManagementClient(HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the StorageCacheManagementClient class.

StorageCacheManagementClient(ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the StorageCacheManagementClient class.

StorageCacheManagementClient(ServiceClientCredentials, HttpClient, Boolean)

Initializes a new instance of the StorageCacheManagementClient class.

StorageCacheManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the StorageCacheManagementClient class.

StorageCacheManagementClient(Uri, DelegatingHandler[])

Initializes a new instance of the StorageCacheManagementClient class.

StorageCacheManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the StorageCacheManagementClient class.

StorageCacheManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the StorageCacheManagementClient class.

StorageCacheManagementClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the StorageCacheManagementClient class.

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.

FirstMessageHandler (Inherited from ServiceClient<T>)
HttpClient (Inherited from ServiceClient<T>)
HttpClientHandler (Inherited from ServiceClient<T>)
HttpMessageHandlers (Inherited from ServiceClient<T>)
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.

UserAgent (Inherited from ServiceClient<T>)

Methods

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
Dispose() (Inherited from ServiceClient<T>)
Dispose(Boolean) (Inherited from ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
SetRetryPolicy(RetryPolicy) (Inherited from ServiceClient<T>)
SetUserAgent(String) (Inherited from ServiceClient<T>)
SetUserAgent(String, String) (Inherited from ServiceClient<T>)

Applies to