Microsoft.Azure.Management.Redis.xml
<?xml version="1.0"?>
<doc> <assembly> <name>Microsoft.Azure.Management.Redis</name> </assembly> <members> <member name="T:Microsoft.Azure.Management.Redis.IRedisManagementClient"> <summary> .Net client wrapper for the REST API for Azure Redis Cache Management Service </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.IRedisManagementClient.ApiVersion"> <summary> Gets the API version. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.IRedisManagementClient.BaseUri"> <summary> Gets the URI used as the base for all cloud service requests. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.IRedisManagementClient.Credentials"> <summary> Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.IRedisManagementClient.LongRunningOperationInitialTimeout"> <summary> Gets or sets the initial timeout for Long Running Operations. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.IRedisManagementClient.LongRunningOperationRetryTimeout"> <summary> Gets or sets the retry timeout for Long Running Operations. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.IRedisManagementClient.Redis"> <summary> Operations for managing the redis cache. </summary> </member> <member name="T:Microsoft.Azure.Management.Redis.IRedisOperations"> <summary> Operations for managing the redis cache. </summary> </member> <member name="M:Microsoft.Azure.Management.Redis.IRedisOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.Redis.Models.RedisCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> Create a redis cache, or replace (overwrite/recreate, with potential downtime) an existing cache </summary> <param name='resourceGroupName'> The name of the resource group. </param> <param name='name'> The name of the redis cache. </param> <param name='parameters'> Parameters supplied to the CreateOrUpdate redis operation. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of CreateOrUpdate redis operation. </returns> </member> <member name="M:Microsoft.Azure.Management.Redis.IRedisOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Deletes a redis cache. This operation takes a while to complete. </summary> <param name='resourceGroupName'> The name of the resource group. </param> <param name='name'> The name of the redis cache. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> A standard service response including an HTTP status code and request ID. </returns> </member> <member name="M:Microsoft.Azure.Management.Redis.IRedisOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Gets a redis cache (resource description). </summary> <param name='resourceGroupName'> The name of the resource group. </param> <param name='name'> The name of the redis cache. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of GET redis operation. </returns> </member> <member name="M:Microsoft.Azure.Management.Redis.IRedisOperations.ListAsync(System.String,System.Threading.CancellationToken)"> <summary> Gets all redis caches in a resource group (if provided) otherwise all in subscription. </summary> <param name='resourceGroupName'> The name of the resource group. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of list redis operation. </returns> </member> <member name="M:Microsoft.Azure.Management.Redis.IRedisOperations.ListKeysAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Retrieve a redis cache's access keys. This operation requires write permission to the cache resource. </summary> <param name='resourceGroupName'> The name of the resource group. </param> <param name='name'> The name of the redis cache. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of redis list keys operation. </returns> </member> <member name="M:Microsoft.Azure.Management.Redis.IRedisOperations.ListNextAsync(System.String,System.Threading.CancellationToken)"> <summary> Gets all redis caches using next link. </summary> <param name='nextLink'> NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of list redis operation. </returns> </member> <member name="M:Microsoft.Azure.Management.Redis.IRedisOperations.RegenerateKeyAsync(System.String,System.String,Microsoft.Azure.Management.Redis.Models.RedisRegenerateKeyParameters,System.Threading.CancellationToken)"> <summary> Regenerate redis cache's access keys. This operation requires write permission to the cache resource. </summary> <param name='resourceGroupName'> The name of the resource group. </param> <param name='name'> The name of the redis cache. </param> <param name='parameters'> Specifies which key to reset. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> A standard service response including an HTTP status code and request ID. </returns> </member> <member name="T:Microsoft.Azure.Management.Redis.Models.RedisAccessKeys"> <summary> Redis cache access keys. </summary> </member> <member name="M:Microsoft.Azure.Management.Redis.Models.RedisAccessKeys.#ctor"> <summary> Initializes a new instance of the RedisAccessKeys class. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.Models.RedisAccessKeys.PrimaryKey"> <summary> Optional. The current primary key that clients can use to authenticate with redis cache. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.Models.RedisAccessKeys.SecondaryKey"> <summary> Optional. The current secondary key that clients can use to authenticate with redis cache. </summary> </member> <member name="T:Microsoft.Azure.Management.Redis.Models.RedisCreateOrUpdateParameters"> <summary> Parameters supplied to the CreateOrUpdate Redis operation. </summary> </member> <member name="M:Microsoft.Azure.Management.Redis.Models.RedisCreateOrUpdateParameters.#ctor"> <summary> Initializes a new instance of the RedisCreateOrUpdateParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.Redis.Models.RedisCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.Redis.Models.RedisProperties,System.String)"> <summary> Initializes a new instance of the RedisCreateOrUpdateParameters class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.Models.RedisCreateOrUpdateParameters.Properties"> <summary> Required. Redis cache properties. </summary> </member> <member name="T:Microsoft.Azure.Management.Redis.Models.RedisCreateOrUpdateResponse"> <summary> The response of CreateOrUpdate redis operation. </summary> </member> <member name="M:Microsoft.Azure.Management.Redis.Models.RedisCreateOrUpdateResponse.#ctor"> <summary> Initializes a new instance of the RedisCreateOrUpdateResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.Models.RedisCreateOrUpdateResponse.Resource"> <summary> Optional. Results of the CreateOrUpdate operation </summary> </member> <member name="T:Microsoft.Azure.Management.Redis.Models.RedisGetResponse"> <summary> The response of GET redis operation. </summary> </member> <member name="M:Microsoft.Azure.Management.Redis.Models.RedisGetResponse.#ctor"> <summary> Initializes a new instance of the RedisGetResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.Models.RedisGetResponse.Resource"> <summary> Optional. Results of the get operation </summary> </member> <member name="T:Microsoft.Azure.Management.Redis.Models.RedisKeyType"> <summary> Specifies which redis access key an operation refers to. </summary> </member> <member name="T:Microsoft.Azure.Management.Redis.Models.RedisListKeysResponse"> <summary> The response of redis list keys operation. </summary> </member> <member name="M:Microsoft.Azure.Management.Redis.Models.RedisListKeysResponse.#ctor"> <summary> Initializes a new instance of the RedisListKeysResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.Models.RedisListKeysResponse.PrimaryKey"> <summary> Optional. The current primary key that clients can use to authenticate with redis cache. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.Models.RedisListKeysResponse.SecondaryKey"> <summary> Optional. The current secondary key that clients can use to authenticate with redis cache. </summary> </member> <member name="T:Microsoft.Azure.Management.Redis.Models.RedisListResponse"> <summary> The response of list redis operation. </summary> </member> <member name="M:Microsoft.Azure.Management.Redis.Models.RedisListResponse.#ctor"> <summary> Initializes a new instance of the RedisListResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.Models.RedisListResponse.NextLink"> <summary> Optional. Link for next set of locations. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.Models.RedisListResponse.Value"> <summary> Optional. Results of the list operation </summary> </member> <member name="T:Microsoft.Azure.Management.Redis.Models.RedisProperties"> <summary> Parameters supplied to CreateOrUpdate redis operation. </summary> </member> <member name="M:Microsoft.Azure.Management.Redis.Models.RedisProperties.#ctor"> <summary> Initializes a new instance of the RedisProperties class. </summary> </member> <member name="M:Microsoft.Azure.Management.Redis.Models.RedisProperties.#ctor(Microsoft.Azure.Management.Redis.Models.Sku)"> <summary> Initializes a new instance of the RedisProperties class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.Models.RedisProperties.EnableNonSslPort"> <summary> Optional. If the value is true, then the non-ssl redis server port (6379) will be enabled. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.Models.RedisProperties.RedisConfiguration"> <summary> Optional. All Redis Settings. Few possible keys: <para>rdb-backup-enabled</para><para>rdb-storage-connection-string</para><para>rdb-backup-frequency</para><para>maxmemory-reserved</para><para>maxmemory-policy</para><para>notify-keyspace-events</para>. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.Models.RedisProperties.RedisVersion"> <summary> Optional. RedisVersion parameter has been deprecated. As such, it is no longer necessary to provide this parameter and any value specified is ignored. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.Models.RedisProperties.ShardCount"> <summary> Optional. The number of shards to be created on a Premium Cluster Cache. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.Models.RedisProperties.Sku"> <summary> Required. What sku of redis cache to deploy. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.Models.RedisProperties.StaticIP"> <summary> Optional. Required when deploying a redis cache inside an existing Azure Virtual Network. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.Models.RedisProperties.Subnet"> <summary> Optional. Required when deploying a redis cache inside an existing Azure Virtual Network. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.Models.RedisProperties.TenantSettings"> <summary> Optional. tenantSettings </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.Models.RedisProperties.VirtualNetwork"> <summary> Optional. The exact ARM resource ID of the virtual network to deploy the redis cache in. Example format: /subscriptions/{subid}/resourceGroups/{resourceGroupName}/Microsoft.ClassicNetwork/VirtualNetworks/vnet1 </summary> </member> <member name="T:Microsoft.Azure.Management.Redis.Models.RedisReadableProperties"> <summary> Parameters describing a redis instance </summary> </member> <member name="M:Microsoft.Azure.Management.Redis.Models.RedisReadableProperties.#ctor"> <summary> Initializes a new instance of the RedisReadableProperties class. </summary> </member> <member name="M:Microsoft.Azure.Management.Redis.Models.RedisReadableProperties.#ctor(Microsoft.Azure.Management.Redis.Models.Sku)"> <summary> Initializes a new instance of the RedisReadableProperties class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.Models.RedisReadableProperties.HostName"> <summary> Optional. Redis host name </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.Models.RedisReadableProperties.Port"> <summary> Optional. Redis non-ssl port </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.Models.RedisReadableProperties.ProvisioningState"> <summary> Optional. Redis instance provisioning status </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.Models.RedisReadableProperties.SslPort"> <summary> Optional. Redis ssl port </summary> </member> <member name="T:Microsoft.Azure.Management.Redis.Models.RedisReadablePropertiesWithAccessKey"> <summary> Properties generated only in response to CreateOrUpdate redis operation. </summary> </member> <member name="M:Microsoft.Azure.Management.Redis.Models.RedisReadablePropertiesWithAccessKey.#ctor"> <summary> Initializes a new instance of the RedisReadablePropertiesWithAccessKey class. </summary> </member> <member name="M:Microsoft.Azure.Management.Redis.Models.RedisReadablePropertiesWithAccessKey.#ctor(Microsoft.Azure.Management.Redis.Models.Sku)"> <summary> Initializes a new instance of the RedisReadablePropertiesWithAccessKey class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.Models.RedisReadablePropertiesWithAccessKey.AccessKeys"> <summary> Optional. Redis cache access keys. </summary> </member> <member name="T:Microsoft.Azure.Management.Redis.Models.RedisRegenerateKeyParameters"> <summary> Specifies which redis access keys to reset. </summary> </member> <member name="M:Microsoft.Azure.Management.Redis.Models.RedisRegenerateKeyParameters.#ctor"> <summary> Initializes a new instance of the RedisRegenerateKeyParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.Redis.Models.RedisRegenerateKeyParameters.#ctor(Microsoft.Azure.Management.Redis.Models.RedisKeyType)"> <summary> Initializes a new instance of the RedisRegenerateKeyParameters class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.Models.RedisRegenerateKeyParameters.KeyType"> <summary> Required. Which redis access key to reset </summary> </member> <member name="T:Microsoft.Azure.Management.Redis.Models.RedisResource"> <summary> A single redis item in List or Get Operation. </summary> </member> <member name="M:Microsoft.Azure.Management.Redis.Models.RedisResource.#ctor"> <summary> Initializes a new instance of the RedisResource class. </summary> </member> <member name="M:Microsoft.Azure.Management.Redis.Models.RedisResource.#ctor(System.String)"> <summary> Initializes a new instance of the RedisResource class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.Models.RedisResource.Properties"> <summary> Optional. Redis cache properties </summary> </member> <member name="T:Microsoft.Azure.Management.Redis.Models.RedisResourceWithAccessKey"> <summary> A redis item in CreateOrUpdate Operation response. </summary> </member> <member name="M:Microsoft.Azure.Management.Redis.Models.RedisResourceWithAccessKey.#ctor"> <summary> Initializes a new instance of the RedisResourceWithAccessKey class. </summary> </member> <member name="M:Microsoft.Azure.Management.Redis.Models.RedisResourceWithAccessKey.#ctor(System.String)"> <summary> Initializes a new instance of the RedisResourceWithAccessKey class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.Models.RedisResourceWithAccessKey.Properties"> <summary> Optional. Redis cache properties </summary> </member> <member name="T:Microsoft.Azure.Management.Redis.Models.Sku"> <summary> Sku parameters supplied to the create redis operation. </summary> </member> <member name="M:Microsoft.Azure.Management.Redis.Models.Sku.#ctor"> <summary> Initializes a new instance of the Sku class. </summary> </member> <member name="M:Microsoft.Azure.Management.Redis.Models.Sku.#ctor(System.String,System.String,System.Int32)"> <summary> Initializes a new instance of the Sku class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.Models.Sku.Capacity"> <summary> Required. What size of redis cache to deploy. Valid values: for C family (0, 1, 2, 3, 4, 5, 6), for P family (1, 2, 3, 4) </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.Models.Sku.Family"> <summary> Required. Which family to use. Valid values: (C, P) </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.Models.Sku.Name"> <summary> Required. What type of redis cache to deploy. Valid values: (Basic, Standard, Premium) </summary> </member> <member name="T:Microsoft.Azure.Management.Redis.Models.SkuFamily"> <summary> Sku family values for cache. </summary> </member> <member name="F:Microsoft.Azure.Management.Redis.Models.SkuFamily.C"> <summary> C family caches (250MB, 1GB, 2.5GB, 6GB, 13GB, 26GB, 53GB). </summary> </member> <member name="F:Microsoft.Azure.Management.Redis.Models.SkuFamily.P"> <summary> P family caches (6GB, 13GB, 26GB, 53GB). </summary> </member> <member name="T:Microsoft.Azure.Management.Redis.Models.SkuName"> <summary> Sku name values. </summary> </member> <member name="F:Microsoft.Azure.Management.Redis.Models.SkuName.Basic"> <summary> Basic (one node) sku. </summary> </member> <member name="F:Microsoft.Azure.Management.Redis.Models.SkuName.Standard"> <summary> Standard (two node) sku. </summary> </member> <member name="F:Microsoft.Azure.Management.Redis.Models.SkuName.Premium"> <summary> Premium sku. </summary> </member> <member name="T:Microsoft.Azure.Management.Redis.RedisManagementClient"> <summary> .Net client wrapper for the REST API for Azure Redis Cache Management Service </summary> </member> <member name="M:Microsoft.Azure.Management.Redis.RedisManagementClient.#ctor"> <summary> Initializes a new instance of the RedisManagementClient class. </summary> </member> <member name="M:Microsoft.Azure.Management.Redis.RedisManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri)"> <summary> Initializes a new instance of the RedisManagementClient class. </summary> <param name='credentials'> Required. Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. </param> <param name='baseUri'> Optional. Gets the URI used as the base for all cloud service requests. </param> </member> <member name="M:Microsoft.Azure.Management.Redis.RedisManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials)"> <summary> Initializes a new instance of the RedisManagementClient class. </summary> <param name='credentials'> Required. Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. </param> </member> <member name="M:Microsoft.Azure.Management.Redis.RedisManagementClient.#ctor(System.Net.Http.HttpClient)"> <summary> Initializes a new instance of the RedisManagementClient class. </summary> <param name='httpClient'> The Http client </param> </member> <member name="M:Microsoft.Azure.Management.Redis.RedisManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri,System.Net.Http.HttpClient)"> <summary> Initializes a new instance of the RedisManagementClient class. </summary> <param name='credentials'> Required. Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. </param> <param name='baseUri'> Optional. Gets the URI used as the base for all cloud service requests. </param> <param name='httpClient'> The Http client </param> </member> <member name="M:Microsoft.Azure.Management.Redis.RedisManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Net.Http.HttpClient)"> <summary> Initializes a new instance of the RedisManagementClient class. </summary> <param name='credentials'> Required. Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. </param> <param name='httpClient'> The Http client </param> </member> <member name="M:Microsoft.Azure.Management.Redis.RedisManagementClient.Clone(Hyak.Common.ServiceClient{Microsoft.Azure.Management.Redis.RedisManagementClient})"> <summary> Clones properties from current instance to another RedisManagementClient instance </summary> <param name='client'> Instance of RedisManagementClient to clone to </param> </member> <member name="P:Microsoft.Azure.Management.Redis.RedisManagementClient.ApiVersion"> <summary> Gets the API version. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.RedisManagementClient.BaseUri"> <summary> Gets the URI used as the base for all cloud service requests. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.RedisManagementClient.Credentials"> <summary> Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.RedisManagementClient.LongRunningOperationInitialTimeout"> <summary> Gets or sets the initial timeout for Long Running Operations. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.RedisManagementClient.LongRunningOperationRetryTimeout"> <summary> Gets or sets the retry timeout for Long Running Operations. </summary> </member> <member name="P:Microsoft.Azure.Management.Redis.RedisManagementClient.Redis"> <summary> Operations for managing the redis cache. </summary> </member> <member name="T:Microsoft.Azure.Management.Redis.RedisManagementClientExtensions"> <summary> .Net client wrapper for the REST API for Azure Redis Cache Management Service </summary> </member> <member name="T:Microsoft.Azure.Management.Redis.RedisOperations"> <summary> Operations for managing the redis cache. </summary> </member> <member name="M:Microsoft.Azure.Management.Redis.RedisOperations.#ctor(Microsoft.Azure.Management.Redis.RedisManagementClient)"> <summary> Initializes a new instance of the RedisOperations class. </summary> <param name='client'> Reference to the service client. </param> </member> <member name="M:Microsoft.Azure.Management.Redis.RedisOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.Redis.Models.RedisCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> Create a redis cache, or replace (overwrite/recreate, with potential downtime) an existing cache </summary> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='name'> Required. The name of the redis cache. </param> <param name='parameters'> Required. Parameters supplied to the CreateOrUpdate redis operation. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of CreateOrUpdate redis operation. </returns> </member> <member name="M:Microsoft.Azure.Management.Redis.RedisOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Deletes a redis cache. This operation takes a while to complete. </summary> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='name'> Required. The name of the redis cache. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> A standard service response including an HTTP status code and request ID. </returns> </member> <member name="M:Microsoft.Azure.Management.Redis.RedisOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Gets a redis cache (resource description). </summary> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='name'> Required. The name of the redis cache. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of GET redis operation. </returns> </member> <member name="M:Microsoft.Azure.Management.Redis.RedisOperations.ListAsync(System.String,System.Threading.CancellationToken)"> <summary> Gets all redis caches in a resource group (if provided) otherwise all in subscription. </summary> <param name='resourceGroupName'> Optional. The name of the resource group. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of list redis operation. </returns> </member> <member name="M:Microsoft.Azure.Management.Redis.RedisOperations.ListKeysAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Retrieve a redis cache's access keys. This operation requires write permission to the cache resource. </summary> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='name'> Required. The name of the redis cache. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of redis list keys operation. </returns> </member> <member name="M:Microsoft.Azure.Management.Redis.RedisOperations.ListNextAsync(System.String,System.Threading.CancellationToken)"> <summary> Gets all redis caches using next link. </summary> <param name='nextLink'> Required. NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of list redis operation. </returns> </member> <member name="M:Microsoft.Azure.Management.Redis.RedisOperations.RegenerateKeyAsync(System.String,System.String,Microsoft.Azure.Management.Redis.Models.RedisRegenerateKeyParameters,System.Threading.CancellationToken)"> <summary> Regenerate redis cache's access keys. This operation requires write permission to the cache resource. </summary> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='name'> Required. The name of the redis cache. </param> <param name='parameters'> Required. Specifies which key to reset. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> A standard service response including an HTTP status code and request ID. </returns> </member> <member name="P:Microsoft.Azure.Management.Redis.RedisOperations.Client"> <summary> Gets a reference to the Microsoft.Azure.Management.Redis.RedisManagementClient. </summary> </member> <member name="T:Microsoft.Azure.Management.Redis.RedisOperationsExtensions"> <summary> .Net client wrapper for the REST API for Azure Redis Cache Management Service </summary> </member> <member name="M:Microsoft.Azure.Management.Redis.RedisOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Redis.IRedisOperations,System.String,System.String,Microsoft.Azure.Management.Redis.Models.RedisCreateOrUpdateParameters)"> <summary> Create a redis cache, or replace (overwrite/recreate, with potential downtime) an existing cache </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Redis.IRedisOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='name'> Required. The name of the redis cache. </param> <param name='parameters'> Required. Parameters supplied to the CreateOrUpdate redis operation. </param> <returns> The response of CreateOrUpdate redis operation. </returns> </member> <member name="M:Microsoft.Azure.Management.Redis.RedisOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Redis.IRedisOperations,System.String,System.String,Microsoft.Azure.Management.Redis.Models.RedisCreateOrUpdateParameters)"> <summary> Create a redis cache, or replace (overwrite/recreate, with potential downtime) an existing cache </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Redis.IRedisOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='name'> Required. The name of the redis cache. </param> <param name='parameters'> Required. Parameters supplied to the CreateOrUpdate redis operation. </param> <returns> The response of CreateOrUpdate redis operation. </returns> </member> <member name="M:Microsoft.Azure.Management.Redis.RedisOperationsExtensions.Delete(Microsoft.Azure.Management.Redis.IRedisOperations,System.String,System.String)"> <summary> Deletes a redis cache. This operation takes a while to complete. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Redis.IRedisOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='name'> Required. The name of the redis cache. </param> <returns> A standard service response including an HTTP status code and request ID. </returns> </member> <member name="M:Microsoft.Azure.Management.Redis.RedisOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Redis.IRedisOperations,System.String,System.String)"> <summary> Deletes a redis cache. This operation takes a while to complete. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Redis.IRedisOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='name'> Required. The name of the redis cache. </param> <returns> A standard service response including an HTTP status code and request ID. </returns> </member> <member name="M:Microsoft.Azure.Management.Redis.RedisOperationsExtensions.Get(Microsoft.Azure.Management.Redis.IRedisOperations,System.String,System.String)"> <summary> Gets a redis cache (resource description). </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Redis.IRedisOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='name'> Required. The name of the redis cache. </param> <returns> The response of GET redis operation. </returns> </member> <member name="M:Microsoft.Azure.Management.Redis.RedisOperationsExtensions.GetAsync(Microsoft.Azure.Management.Redis.IRedisOperations,System.String,System.String)"> <summary> Gets a redis cache (resource description). </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Redis.IRedisOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='name'> Required. The name of the redis cache. </param> <returns> The response of GET redis operation. </returns> </member> <member name="M:Microsoft.Azure.Management.Redis.RedisOperationsExtensions.List(Microsoft.Azure.Management.Redis.IRedisOperations,System.String)"> <summary> Gets all redis caches in a resource group (if provided) otherwise all in subscription. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Redis.IRedisOperations. </param> <param name='resourceGroupName'> Optional. The name of the resource group. </param> <returns> The response of list redis operation. </returns> </member> <member name="M:Microsoft.Azure.Management.Redis.RedisOperationsExtensions.ListAsync(Microsoft.Azure.Management.Redis.IRedisOperations,System.String)"> <summary> Gets all redis caches in a resource group (if provided) otherwise all in subscription. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Redis.IRedisOperations. </param> <param name='resourceGroupName'> Optional. The name of the resource group. </param> <returns> The response of list redis operation. </returns> </member> <member name="M:Microsoft.Azure.Management.Redis.RedisOperationsExtensions.ListKeys(Microsoft.Azure.Management.Redis.IRedisOperations,System.String,System.String)"> <summary> Retrieve a redis cache's access keys. This operation requires write permission to the cache resource. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Redis.IRedisOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='name'> Required. The name of the redis cache. </param> <returns> The response of redis list keys operation. </returns> </member> <member name="M:Microsoft.Azure.Management.Redis.RedisOperationsExtensions.ListKeysAsync(Microsoft.Azure.Management.Redis.IRedisOperations,System.String,System.String)"> <summary> Retrieve a redis cache's access keys. This operation requires write permission to the cache resource. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Redis.IRedisOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='name'> Required. The name of the redis cache. </param> <returns> The response of redis list keys operation. </returns> </member> <member name="M:Microsoft.Azure.Management.Redis.RedisOperationsExtensions.ListNext(Microsoft.Azure.Management.Redis.IRedisOperations,System.String)"> <summary> Gets all redis caches using next link. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Redis.IRedisOperations. </param> <param name='nextLink'> Required. NextLink from the previous successful call to List operation. </param> <returns> The response of list redis operation. </returns> </member> <member name="M:Microsoft.Azure.Management.Redis.RedisOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Redis.IRedisOperations,System.String)"> <summary> Gets all redis caches using next link. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Redis.IRedisOperations. </param> <param name='nextLink'> Required. NextLink from the previous successful call to List operation. </param> <returns> The response of list redis operation. </returns> </member> <member name="M:Microsoft.Azure.Management.Redis.RedisOperationsExtensions.RegenerateKey(Microsoft.Azure.Management.Redis.IRedisOperations,System.String,System.String,Microsoft.Azure.Management.Redis.Models.RedisRegenerateKeyParameters)"> <summary> Regenerate redis cache's access keys. This operation requires write permission to the cache resource. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Redis.IRedisOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='name'> Required. The name of the redis cache. </param> <param name='parameters'> Required. Specifies which key to reset. </param> <returns> A standard service response including an HTTP status code and request ID. </returns> </member> <member name="M:Microsoft.Azure.Management.Redis.RedisOperationsExtensions.RegenerateKeyAsync(Microsoft.Azure.Management.Redis.IRedisOperations,System.String,System.String,Microsoft.Azure.Management.Redis.Models.RedisRegenerateKeyParameters)"> <summary> Regenerate redis cache's access keys. This operation requires write permission to the cache resource. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Redis.IRedisOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='name'> Required. The name of the redis cache. </param> <param name='parameters'> Required. Specifies which key to reset. </param> <returns> A standard service response including an HTTP status code and request ID. </returns> </member> </members> </doc> |