500 строки
47 KiB
YAML
500 строки
47 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient"
|
|
fullName: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient"
|
|
name: "AccessPoliciesClient"
|
|
nameWithType: "AccessPoliciesClient"
|
|
summary: "An instance of this class provides access to all the operations defined in Access<wbr>Policies<wbr>Client."
|
|
syntax: "public interface **AccessPoliciesClient**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.beginCreateUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner)"
|
|
fullName: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.beginCreateUpdate(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters)"
|
|
name: "beginCreateUpdate(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters)"
|
|
nameWithType: "AccessPoliciesClient.beginCreateUpdate(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters)"
|
|
summary: "Adds an access policy to the redis cache."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Redis cache."
|
|
name: "cacheName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the access policy that is being added to the Redis cache."
|
|
name: "accessPolicyName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to the Create Update Access Policy operation."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner&text=RedisCacheAccessPolicyInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SyncPoller<PollResult<RedisCacheAccessPolicyInner>,RedisCacheAccessPolicyInner> beginCreateUpdate(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters)"
|
|
desc: "Adds an access policy to the redis cache."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of response to get/put access policy."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner&text=RedisCacheAccessPolicyInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner&text=RedisCacheAccessPolicyInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.beginCreateUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.beginCreateUpdate(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters, Context context)"
|
|
name: "beginCreateUpdate(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters, Context context)"
|
|
nameWithType: "AccessPoliciesClient.beginCreateUpdate(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters, Context context)"
|
|
summary: "Adds an access policy to the redis cache."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Redis cache."
|
|
name: "cacheName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the access policy that is being added to the Redis cache."
|
|
name: "accessPolicyName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to the Create Update Access Policy operation."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner&text=RedisCacheAccessPolicyInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SyncPoller<PollResult<RedisCacheAccessPolicyInner>,RedisCacheAccessPolicyInner> beginCreateUpdate(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters, Context context)"
|
|
desc: "Adds an access policy to the redis cache."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of response to get/put access policy."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner&text=RedisCacheAccessPolicyInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner&text=RedisCacheAccessPolicyInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.beginCreateUpdateAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner)"
|
|
fullName: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.beginCreateUpdateAsync(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters)"
|
|
name: "beginCreateUpdateAsync(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters)"
|
|
nameWithType: "AccessPoliciesClient.beginCreateUpdateAsync(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters)"
|
|
summary: "Adds an access policy to the redis cache."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Redis cache."
|
|
name: "cacheName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the access policy that is being added to the Redis cache."
|
|
name: "accessPolicyName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to the Create Update Access Policy operation."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner&text=RedisCacheAccessPolicyInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PollerFlux<PollResult<RedisCacheAccessPolicyInner>,RedisCacheAccessPolicyInner> beginCreateUpdateAsync(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters)"
|
|
desc: "Adds an access policy to the redis cache."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of response to get/put access policy."
|
|
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner&text=RedisCacheAccessPolicyInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner&text=RedisCacheAccessPolicyInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.beginDelete(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.beginDelete(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
name: "beginDelete(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
nameWithType: "AccessPoliciesClient.beginDelete(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
summary: "Deletes the access policy from a redis cache."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Redis cache."
|
|
name: "cacheName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the access policy that is being added to the Redis cache."
|
|
name: "accessPolicyName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
desc: "Deletes the access policy from a redis cache."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.beginDelete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.beginDelete(String resourceGroupName, String cacheName, String accessPolicyName, Context context)"
|
|
name: "beginDelete(String resourceGroupName, String cacheName, String accessPolicyName, Context context)"
|
|
nameWithType: "AccessPoliciesClient.beginDelete(String resourceGroupName, String cacheName, String accessPolicyName, Context context)"
|
|
summary: "Deletes the access policy from a redis cache."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Redis cache."
|
|
name: "cacheName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the access policy that is being added to the Redis cache."
|
|
name: "accessPolicyName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String cacheName, String accessPolicyName, Context context)"
|
|
desc: "Deletes the access policy from a redis cache."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.beginDeleteAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.beginDeleteAsync(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
name: "beginDeleteAsync(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
nameWithType: "AccessPoliciesClient.beginDeleteAsync(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
summary: "Deletes the access policy from a redis cache."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Redis cache."
|
|
name: "cacheName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the access policy that is being added to the Redis cache."
|
|
name: "accessPolicyName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
desc: "Deletes the access policy from a redis cache."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of long-running operation."
|
|
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.createUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner)"
|
|
fullName: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.createUpdate(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters)"
|
|
name: "createUpdate(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters)"
|
|
nameWithType: "AccessPoliciesClient.createUpdate(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters)"
|
|
summary: "Adds an access policy to the redis cache."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Redis cache."
|
|
name: "cacheName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the access policy that is being added to the Redis cache."
|
|
name: "accessPolicyName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to the Create Update Access Policy operation."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner&text=RedisCacheAccessPolicyInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract RedisCacheAccessPolicyInner createUpdate(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters)"
|
|
desc: "Adds an access policy to the redis cache."
|
|
returns:
|
|
description: "response to get/put access policy."
|
|
type: "<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner&text=RedisCacheAccessPolicyInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.createUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.createUpdate(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters, Context context)"
|
|
name: "createUpdate(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters, Context context)"
|
|
nameWithType: "AccessPoliciesClient.createUpdate(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters, Context context)"
|
|
summary: "Adds an access policy to the redis cache."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Redis cache."
|
|
name: "cacheName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the access policy that is being added to the Redis cache."
|
|
name: "accessPolicyName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to the Create Update Access Policy operation."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner&text=RedisCacheAccessPolicyInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract RedisCacheAccessPolicyInner createUpdate(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters, Context context)"
|
|
desc: "Adds an access policy to the redis cache."
|
|
returns:
|
|
description: "response to get/put access policy."
|
|
type: "<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner&text=RedisCacheAccessPolicyInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.createUpdateAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner)"
|
|
fullName: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.createUpdateAsync(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters)"
|
|
name: "createUpdateAsync(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters)"
|
|
nameWithType: "AccessPoliciesClient.createUpdateAsync(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters)"
|
|
summary: "Adds an access policy to the redis cache."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Redis cache."
|
|
name: "cacheName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the access policy that is being added to the Redis cache."
|
|
name: "accessPolicyName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to the Create Update Access Policy operation."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner&text=RedisCacheAccessPolicyInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<RedisCacheAccessPolicyInner> createUpdateAsync(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters)"
|
|
desc: "Adds an access policy to the redis cache."
|
|
returns:
|
|
description: "response to get/put access policy on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner&text=RedisCacheAccessPolicyInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.createUpdateWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner)"
|
|
fullName: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.createUpdateWithResponseAsync(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters)"
|
|
name: "createUpdateWithResponseAsync(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters)"
|
|
nameWithType: "AccessPoliciesClient.createUpdateWithResponseAsync(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters)"
|
|
summary: "Adds an access policy to the redis cache."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Redis cache."
|
|
name: "cacheName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the access policy that is being added to the Redis cache."
|
|
name: "accessPolicyName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to the Create Update Access Policy operation."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner&text=RedisCacheAccessPolicyInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> createUpdateWithResponseAsync(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters)"
|
|
desc: "Adds an access policy to the redis cache."
|
|
returns:
|
|
description: "response to get/put access policy along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>>>>"
|
|
- uid: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.delete(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.delete(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
name: "delete(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
nameWithType: "AccessPoliciesClient.delete(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
summary: "Deletes the access policy from a redis cache."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Redis cache."
|
|
name: "cacheName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the access policy that is being added to the Redis cache."
|
|
name: "accessPolicyName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void delete(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
desc: "Deletes the access policy from a redis cache."
|
|
- uid: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.delete(String resourceGroupName, String cacheName, String accessPolicyName, Context context)"
|
|
name: "delete(String resourceGroupName, String cacheName, String accessPolicyName, Context context)"
|
|
nameWithType: "AccessPoliciesClient.delete(String resourceGroupName, String cacheName, String accessPolicyName, Context context)"
|
|
summary: "Deletes the access policy from a redis cache."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Redis cache."
|
|
name: "cacheName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the access policy that is being added to the Redis cache."
|
|
name: "accessPolicyName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void delete(String resourceGroupName, String cacheName, String accessPolicyName, Context context)"
|
|
desc: "Deletes the access policy from a redis cache."
|
|
- uid: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.deleteAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.deleteAsync(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
name: "deleteAsync(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
nameWithType: "AccessPoliciesClient.deleteAsync(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
summary: "Deletes the access policy from a redis cache."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Redis cache."
|
|
name: "cacheName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the access policy that is being added to the Redis cache."
|
|
name: "accessPolicyName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Void> deleteAsync(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
desc: "Deletes the access policy from a redis cache."
|
|
returns:
|
|
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.deleteWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.deleteWithResponseAsync(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
name: "deleteWithResponseAsync(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
nameWithType: "AccessPoliciesClient.deleteWithResponseAsync(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
summary: "Deletes the access policy from a redis cache."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Redis cache."
|
|
name: "cacheName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the access policy that is being added to the Redis cache."
|
|
name: "accessPolicyName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
desc: "Deletes the access policy from a redis cache."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>>>>"
|
|
- uid: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.get(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.get(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
name: "get(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
nameWithType: "AccessPoliciesClient.get(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
summary: "Gets the detailed information about an access policy of a redis cache."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Redis cache."
|
|
name: "cacheName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the access policy that is being added to the Redis cache."
|
|
name: "accessPolicyName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract RedisCacheAccessPolicyInner get(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
desc: "Gets the detailed information about an access policy of a redis cache."
|
|
returns:
|
|
description: "the detailed information about an access policy of a redis cache."
|
|
type: "<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner&text=RedisCacheAccessPolicyInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.getAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.getAsync(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
name: "getAsync(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
nameWithType: "AccessPoliciesClient.getAsync(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
summary: "Gets the detailed information about an access policy of a redis cache."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Redis cache."
|
|
name: "cacheName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the access policy that is being added to the Redis cache."
|
|
name: "accessPolicyName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<RedisCacheAccessPolicyInner> getAsync(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
desc: "Gets the detailed information about an access policy of a redis cache."
|
|
returns:
|
|
description: "the detailed information about an access policy of a redis cache on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner&text=RedisCacheAccessPolicyInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.getWithResponse(String resourceGroupName, String cacheName, String accessPolicyName, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String cacheName, String accessPolicyName, Context context)"
|
|
nameWithType: "AccessPoliciesClient.getWithResponse(String resourceGroupName, String cacheName, String accessPolicyName, Context context)"
|
|
summary: "Gets the detailed information about an access policy of a redis cache."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Redis cache."
|
|
name: "cacheName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the access policy that is being added to the Redis cache."
|
|
name: "accessPolicyName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<RedisCacheAccessPolicyInner> getWithResponse(String resourceGroupName, String cacheName, String accessPolicyName, Context context)"
|
|
desc: "Gets the detailed information about an access policy of a redis cache."
|
|
returns:
|
|
description: "the detailed information about an access policy of a redis cache along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner&text=RedisCacheAccessPolicyInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.getWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.getWithResponseAsync(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
name: "getWithResponseAsync(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
nameWithType: "AccessPoliciesClient.getWithResponseAsync(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
summary: "Gets the detailed information about an access policy of a redis cache."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Redis cache."
|
|
name: "cacheName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the access policy that is being added to the Redis cache."
|
|
name: "accessPolicyName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<RedisCacheAccessPolicyInner>> getWithResponseAsync(String resourceGroupName, String cacheName, String accessPolicyName)"
|
|
desc: "Gets the detailed information about an access policy of a redis cache."
|
|
returns:
|
|
description: "the detailed information about an access policy of a redis cache along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on\n successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner&text=RedisCacheAccessPolicyInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.list(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.list(String resourceGroupName, String cacheName)"
|
|
name: "list(String resourceGroupName, String cacheName)"
|
|
nameWithType: "AccessPoliciesClient.list(String resourceGroupName, String cacheName)"
|
|
summary: "Gets the list of access policies associated with this redis cache."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Redis cache."
|
|
name: "cacheName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<RedisCacheAccessPolicyInner> list(String resourceGroupName, String cacheName)"
|
|
desc: "Gets the list of access policies associated with this redis cache."
|
|
returns:
|
|
description: "the list of access policies associated with this redis cache as paginated response with\n <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner&text=RedisCacheAccessPolicyInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.list(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.list(String resourceGroupName, String cacheName, Context context)"
|
|
name: "list(String resourceGroupName, String cacheName, Context context)"
|
|
nameWithType: "AccessPoliciesClient.list(String resourceGroupName, String cacheName, Context context)"
|
|
summary: "Gets the list of access policies associated with this redis cache."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Redis cache."
|
|
name: "cacheName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<RedisCacheAccessPolicyInner> list(String resourceGroupName, String cacheName, Context context)"
|
|
desc: "Gets the list of access policies associated with this redis cache."
|
|
returns:
|
|
description: "the list of access policies associated with this redis cache as paginated response with\n <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner&text=RedisCacheAccessPolicyInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.listAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.redis.fluent.AccessPoliciesClient.listAsync(String resourceGroupName, String cacheName)"
|
|
name: "listAsync(String resourceGroupName, String cacheName)"
|
|
nameWithType: "AccessPoliciesClient.listAsync(String resourceGroupName, String cacheName)"
|
|
summary: "Gets the list of access policies associated with this redis cache."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Redis cache."
|
|
name: "cacheName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedFlux<RedisCacheAccessPolicyInner> listAsync(String resourceGroupName, String cacheName)"
|
|
desc: "Gets the list of access policies associated with this redis cache."
|
|
returns:
|
|
description: "the list of access policies associated with this redis cache as paginated response with\n <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisCacheAccessPolicyInner&text=RedisCacheAccessPolicyInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "An instance of this class provides access to all the operations defined in AccessPoliciesClient."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.redis.fluent"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-redis:2.44.0
|