C# 클래스 Microsoft.Azure.Commands.RedisCache.RedisCacheClient

파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
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