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.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.IRedisManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.IRedisManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.IRedisManagementClient.Credentials">
            <summary>
            Gets Azure subscription credentials.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.IRedisManagementClient.SubscriptionId">
            <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.ApiVersion">
            <summary>
            Client Api Version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.IRedisManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.IRedisManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running
            Operations. Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.IRedisManagementClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is
            generated and included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.IRedisManagementClient.Redis">
            <summary>
            Gets the IRedisOperations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Redis.IRedisOperations">
            <summary>
            RedisOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.IRedisOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Redis.Models.RedisCreateOrUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},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='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.IRedisOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{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='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.IRedisOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{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='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.IRedisOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all redis caches in a resource group.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.IRedisOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all redis caches in the specified subscription.
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.IRedisOperations.ListKeysWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{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='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.IRedisOperations.RegenerateKeyWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Redis.Models.RedisRegenerateKeyParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},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='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.IRedisOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all redis caches in a resource group.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.IRedisOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all redis caches in the specified subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </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="P:Microsoft.Azure.Management.Redis.RedisManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.RedisManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.RedisManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.RedisManagementClient.Credentials">
            <summary>
            Gets Azure subscription credentials.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.RedisManagementClient.SubscriptionId">
            <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.ApiVersion">
            <summary>
            Client Api Version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.RedisManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.RedisManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running Operations.
            Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.RedisManagementClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is generated and
            included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.RedisManagementClient.Redis">
            <summary>
            Gets the IRedisOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.RedisManagementClient.#ctor(System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the RedisManagementClient class.
            </summary>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.RedisManagementClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the RedisManagementClient class.
            </summary>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.RedisManagementClient.#ctor(System.Uri,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the RedisManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.RedisManagementClient.#ctor(System.Uri,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the RedisManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.RedisManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the RedisManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets Azure subscription credentials.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.RedisManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the RedisManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets Azure subscription credentials.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.RedisManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the RedisManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Gets Azure subscription credentials.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.RedisManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the RedisManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Gets Azure subscription credentials.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.RedisManagementClient.Initialize">
            <summary>
            Initializes client properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Redis.RedisOperations">
            <summary>
            RedisOperations operations.
            </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="P:Microsoft.Azure.Management.Redis.RedisOperations.Client">
            <summary>
            Gets a reference to the RedisManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.RedisOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Redis.Models.RedisCreateOrUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},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='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.RedisOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{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='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.RedisOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{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='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.RedisOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all redis caches in a resource group.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.RedisOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all redis caches in the specified subscription.
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.RedisOperations.ListKeysWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{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='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.RedisOperations.RegenerateKeyWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Redis.Models.RedisRegenerateKeyParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},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='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.RedisOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all redis caches in a resource group.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.RedisOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all redis caches in the specified subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.Redis.RedisOperationsExtensions">
            <summary>
            Extension methods for RedisOperations.
            </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'>
            The operations group for this extension method.
            </param>
            <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>
        </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,System.Threading.CancellationToken)">
            <summary>
            Create a redis cache, or replace (overwrite/recreate, with potential
            downtime) an existing cache
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <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'>
            The cancellation token.
            </param>
        </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'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='name'>
            The name of the redis cache.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.RedisOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Redis.IRedisOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a redis cache. This operation takes a while to complete.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='name'>
            The name of the redis cache.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </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'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='name'>
            The name of the redis cache.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.RedisOperationsExtensions.GetAsync(Microsoft.Azure.Management.Redis.IRedisOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a redis cache (resource description).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='name'>
            The name of the redis cache.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.RedisOperationsExtensions.ListByResourceGroup(Microsoft.Azure.Management.Redis.IRedisOperations,System.String)">
            <summary>
            Gets all redis caches in a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.RedisOperationsExtensions.ListByResourceGroupAsync(Microsoft.Azure.Management.Redis.IRedisOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all redis caches in a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.RedisOperationsExtensions.List(Microsoft.Azure.Management.Redis.IRedisOperations)">
            <summary>
            Gets all redis caches in the specified subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.RedisOperationsExtensions.ListAsync(Microsoft.Azure.Management.Redis.IRedisOperations,System.Threading.CancellationToken)">
            <summary>
            Gets all redis caches in the specified subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </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'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='name'>
            The name of the redis cache.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.RedisOperationsExtensions.ListKeysAsync(Microsoft.Azure.Management.Redis.IRedisOperations,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='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='name'>
            The name of the redis cache.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </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'>
            The operations group for this extension method.
            </param>
            <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>
        </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,System.Threading.CancellationToken)">
            <summary>
            Regenerate redis cache's access keys. This operation requires write
            permission to the cache resource.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <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'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.RedisOperationsExtensions.ListByResourceGroupNext(Microsoft.Azure.Management.Redis.IRedisOperations,System.String)">
            <summary>
            Gets all redis caches in a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.RedisOperationsExtensions.ListByResourceGroupNextAsync(Microsoft.Azure.Management.Redis.IRedisOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all redis caches in a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.RedisOperationsExtensions.ListNext(Microsoft.Azure.Management.Redis.IRedisOperations,System.String)">
            <summary>
            Gets all redis caches in the specified subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.RedisOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Redis.IRedisOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all redis caches in the specified subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Redis.Models.Page`1">
            <summary>
            Defines a page in Azure responses.
            </summary>
            <typeparam name="T">Type of the page content items</typeparam>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.Page`1.NextPageLink">
            <summary>
            Gets the link to the next page.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.Models.Page`1.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.Models.Page`1.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</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="M:Microsoft.Azure.Management.Redis.Models.RedisAccessKeys.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the RedisAccessKeys class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisAccessKeys.PrimaryKey">
            <summary>
            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>
            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(System.String,Microsoft.Azure.Management.Redis.Models.Sku,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Nullable{System.Boolean},System.Collections.Generic.IDictionary{System.String,System.String},System.Nullable{System.Int32},System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the RedisCreateOrUpdateParameters
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisCreateOrUpdateParameters.RedisVersion">
            <summary>
            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.RedisCreateOrUpdateParameters.Sku">
            <summary>
            What sku of redis cache to deploy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisCreateOrUpdateParameters.RedisConfiguration">
            <summary>
            All Redis Settings. Few possible keys:
            rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value
            etc.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisCreateOrUpdateParameters.EnableNonSslPort">
            <summary>
            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.RedisCreateOrUpdateParameters.TenantSettings">
            <summary>
            tenantSettings
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisCreateOrUpdateParameters.ShardCount">
            <summary>
            The number of shards to be created on a Premium Cluster Cache.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisCreateOrUpdateParameters.VirtualNetwork">
            <summary>
            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="P:Microsoft.Azure.Management.Redis.Models.RedisCreateOrUpdateParameters.Subnet">
            <summary>
            Required when deploying a redis cache inside an existing Azure
            Virtual Network.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisCreateOrUpdateParameters.StaticIP">
            <summary>
            Required when deploying a redis cache inside an existing Azure
            Virtual Network.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.Models.RedisCreateOrUpdateParameters.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Redis.Models.RedisKeyType">
            <summary>
            Defines values for RedisKeyType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Redis.Models.RedisListKeysResult">
            <summary>
            The response of redis list keys operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.Models.RedisListKeysResult.#ctor">
            <summary>
            Initializes a new instance of the RedisListKeysResult class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.Models.RedisListKeysResult.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the RedisListKeysResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisListKeysResult.PrimaryKey">
            <summary>
            The current primary key that clients can use to authenticate with
            redis cache.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisListKeysResult.SecondaryKey">
            <summary>
            The current secondary key that clients can use to authenticate
            with redis cache.
            </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,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Nullable{System.Boolean},System.Collections.Generic.IDictionary{System.String,System.String},System.Nullable{System.Int32},System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the RedisProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisProperties.RedisVersion">
            <summary>
            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.Sku">
            <summary>
            What sku of redis cache to deploy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisProperties.RedisConfiguration">
            <summary>
            All Redis Settings. Few possible keys:
            rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value
            etc.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisProperties.EnableNonSslPort">
            <summary>
            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.TenantSettings">
            <summary>
            tenantSettings
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisProperties.ShardCount">
            <summary>
            The number of shards to be created on a Premium Cluster Cache.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisProperties.VirtualNetwork">
            <summary>
            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="P:Microsoft.Azure.Management.Redis.Models.RedisProperties.Subnet">
            <summary>
            Required when deploying a redis cache inside an existing Azure
            Virtual Network.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisProperties.StaticIP">
            <summary>
            Required when deploying a redis cache inside an existing Azure
            Virtual Network.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.Models.RedisProperties.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </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.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisRegenerateKeyParameters.KeyType">
            <summary>
            Which redis access key to reset. Possible values include:
            'Primary', 'Secondary'
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.Models.RedisRegenerateKeyParameters.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </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,Microsoft.Azure.Management.Redis.Models.Sku,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Nullable{System.Boolean},System.Collections.Generic.IDictionary{System.String,System.String},System.Nullable{System.Int32},System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the RedisResource class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisResource.RedisVersion">
            <summary>
            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.RedisResource.Sku">
            <summary>
            What sku of redis cache to deploy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisResource.RedisConfiguration">
            <summary>
            All Redis Settings. Few possible keys:
            rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value
            etc.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisResource.EnableNonSslPort">
            <summary>
            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.RedisResource.TenantSettings">
            <summary>
            tenantSettings
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisResource.ShardCount">
            <summary>
            The number of shards to be created on a Premium Cluster Cache.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisResource.VirtualNetwork">
            <summary>
            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="P:Microsoft.Azure.Management.Redis.Models.RedisResource.Subnet">
            <summary>
            Required when deploying a redis cache inside an existing Azure
            Virtual Network.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisResource.StaticIP">
            <summary>
            Required when deploying a redis cache inside an existing Azure
            Virtual Network.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisResource.ProvisioningState">
            <summary>
            Redis instance provisioning status
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisResource.HostName">
            <summary>
            Redis host name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisResource.Port">
            <summary>
            Redis non-ssl port
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisResource.SslPort">
            <summary>
            Redis ssl port
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.Models.RedisResource.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </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,Microsoft.Azure.Management.Redis.Models.Sku,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Nullable{System.Boolean},System.Collections.Generic.IDictionary{System.String,System.String},System.Nullable{System.Int32},System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},Microsoft.Azure.Management.Redis.Models.RedisAccessKeys)">
            <summary>
            Initializes a new instance of the RedisResourceWithAccessKey class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisResourceWithAccessKey.RedisVersion">
            <summary>
            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.RedisResourceWithAccessKey.Sku">
            <summary>
            What sku of redis cache to deploy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisResourceWithAccessKey.RedisConfiguration">
            <summary>
            All Redis Settings. Few possible keys:
            rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value
            etc.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisResourceWithAccessKey.EnableNonSslPort">
            <summary>
            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.RedisResourceWithAccessKey.TenantSettings">
            <summary>
            tenantSettings
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisResourceWithAccessKey.ShardCount">
            <summary>
            The number of shards to be created on a Premium Cluster Cache.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisResourceWithAccessKey.VirtualNetwork">
            <summary>
            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="P:Microsoft.Azure.Management.Redis.Models.RedisResourceWithAccessKey.Subnet">
            <summary>
            Required when deploying a redis cache inside an existing Azure
            Virtual Network.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisResourceWithAccessKey.StaticIP">
            <summary>
            Required when deploying a redis cache inside an existing Azure
            Virtual Network.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisResourceWithAccessKey.ProvisioningState">
            <summary>
            Redis instance provisioning status
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisResourceWithAccessKey.HostName">
            <summary>
            Redis host name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisResourceWithAccessKey.Port">
            <summary>
            Redis non-ssl port
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisResourceWithAccessKey.SslPort">
            <summary>
            Redis ssl port
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.RedisResourceWithAccessKey.AccessKeys">
            <summary>
            Redis cache access keys.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.Models.RedisResourceWithAccessKey.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.Models.Resource.#ctor">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.Models.Resource.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.Resource.Id">
            <summary>
            Resource Id
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.Resource.Name">
            <summary>
            Resource name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.Resource.Type">
            <summary>
            Resource type
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.Resource.Location">
            <summary>
            Resource location
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.Resource.Tags">
            <summary>
            Resource tags
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Redis.Models.Resource.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </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.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.Sku.Name">
            <summary>
            What type of redis cache to deploy. Valid values: (Basic,
            Standard, Premium). Possible values include: 'Basic', 'Standard',
            'Premium'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.Sku.Family">
            <summary>
            Which family to use. Valid values: (C, P). Possible values
            include: 'C', 'P'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Redis.Models.Sku.Capacity">
            <summary>
            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="M:Microsoft.Azure.Management.Redis.Models.Sku.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Redis.Models.SkuFamily">
            <summary>
            Defines values for SkuFamily.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Redis.Models.SkuName">
            <summary>
            Defines values for SkuName.
            </summary>
        </member>
    </members>
</doc>