C# Класс Microsoft.Azure.Commands.RedisCache.RedisCacheClient

Показать файл Открыть проект

Открытые методы

Метод Описание
CreateOrUpdateCache ( string resourceGroupName, string cacheName, string location, string skuFamily, int skuCapacity, string skuName, Hashtable redisConfiguration, bool enableNonSslPort, Hashtable tenantSettings, int shardCount, string subnetId, string staticIP, string>.IDictionary tags = null ) : Microsoft.Azure.Management.Redis.Models.RedisResourceWithAccessKey
DeleteCache ( string resourceGroupName, string cacheName ) : void
ExportToCache ( string resourceGroupName, string cacheName, string containerUrisWithSasTokens, string prefix, string format ) : void
GetAccessKeys ( string resourceGroupName, string cacheName ) : RedisListKeysResult
GetCache ( string resourceGroupName, string cacheName ) : Microsoft.Azure.Management.Redis.Models.RedisResource
GetPatchSchedules ( string resourceGroupName, string cacheName ) : IList
ImportToCache ( string resourceGroupName, string cacheName, string blobUrisWithSasTokens, string format ) : void
ListCaches ( string resourceGroupName ) : IPage
ListCachesUsingNextLink ( string resourceGroupName, string nextLink ) : IPage
RebootCache ( string resourceGroupName, string cacheName, string rebootType, int shardId ) : void
RedisCacheClient ( ) : Microsoft.Azure.Commands.Common.Authentication
RedisCacheClient ( Microsoft.Azure.Common.Authentication.Models.AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
RegenerateAccessKeys ( string resourceGroupName, string cacheName, RedisKeyType keyType ) : RedisListKeysResult
RemovePatchSchedules ( string resourceGroupName, string cacheName ) : void
SetPatchSchedules ( string resourceGroupName, string cacheName, List schedules ) : IList

Приватные методы

Метод Описание
SetDiagnostics ( string cacheId, string storageAccountName ) : void

Описание методов

CreateOrUpdateCache() публичный Метод

public CreateOrUpdateCache ( string resourceGroupName, string cacheName, string location, string skuFamily, int skuCapacity, string skuName, Hashtable redisConfiguration, bool enableNonSslPort, Hashtable tenantSettings, int shardCount, string subnetId, string staticIP, string>.IDictionary tags = null ) : Microsoft.Azure.Management.Redis.Models.RedisResourceWithAccessKey
resourceGroupName string
cacheName string
location string
skuFamily string
skuCapacity int
skuName string
redisConfiguration System.Collections.Hashtable
enableNonSslPort bool
tenantSettings System.Collections.Hashtable
shardCount int
subnetId string
staticIP string
tags string>.IDictionary
Результат Microsoft.Azure.Management.Redis.Models.RedisResourceWithAccessKey

DeleteCache() публичный Метод

public DeleteCache ( string resourceGroupName, string cacheName ) : void
resourceGroupName string
cacheName string
Результат void

ExportToCache() публичный Метод

public ExportToCache ( string resourceGroupName, string cacheName, string containerUrisWithSasTokens, string prefix, string format ) : void
resourceGroupName string
cacheName string
containerUrisWithSasTokens string
prefix string
format string
Результат void

GetAccessKeys() публичный Метод

public GetAccessKeys ( string resourceGroupName, string cacheName ) : RedisListKeysResult
resourceGroupName string
cacheName string
Результат RedisListKeysResult

GetCache() публичный Метод

public GetCache ( string resourceGroupName, string cacheName ) : Microsoft.Azure.Management.Redis.Models.RedisResource
resourceGroupName string
cacheName string
Результат Microsoft.Azure.Management.Redis.Models.RedisResource

GetPatchSchedules() публичный Метод

public GetPatchSchedules ( string resourceGroupName, string cacheName ) : IList
resourceGroupName string
cacheName string
Результат IList

ImportToCache() публичный Метод

public ImportToCache ( string resourceGroupName, string cacheName, string blobUrisWithSasTokens, string format ) : void
resourceGroupName string
cacheName string
blobUrisWithSasTokens string
format string
Результат void

ListCaches() публичный Метод

public ListCaches ( string resourceGroupName ) : IPage
resourceGroupName string
Результат IPage

ListCachesUsingNextLink() публичный Метод

public ListCachesUsingNextLink ( string resourceGroupName, string nextLink ) : IPage
resourceGroupName string
nextLink string
Результат IPage

RebootCache() публичный Метод

public RebootCache ( string resourceGroupName, string cacheName, string rebootType, int shardId ) : void
resourceGroupName string
cacheName string
rebootType string
shardId int
Результат void

RedisCacheClient() публичный Метод

public RedisCacheClient ( ) : Microsoft.Azure.Commands.Common.Authentication
Результат Microsoft.Azure.Commands.Common.Authentication

RedisCacheClient() публичный Метод

public RedisCacheClient ( Microsoft.Azure.Common.Authentication.Models.AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
context Microsoft.Azure.Common.Authentication.Models.AzureContext
Результат Microsoft.Azure.Commands.Common.Authentication

RegenerateAccessKeys() публичный Метод

public RegenerateAccessKeys ( string resourceGroupName, string cacheName, RedisKeyType keyType ) : RedisListKeysResult
resourceGroupName string
cacheName string
keyType RedisKeyType
Результат RedisListKeysResult

RemovePatchSchedules() публичный Метод

public RemovePatchSchedules ( string resourceGroupName, string cacheName ) : void
resourceGroupName string
cacheName string
Результат void

SetPatchSchedules() публичный Метод

public SetPatchSchedules ( string resourceGroupName, string cacheName, List schedules ) : IList
resourceGroupName string
cacheName string
schedules List
Результат IList