azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

300 строки
21 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.redis.RedisCreateParameters"
fullName: "com.microsoft.azure.management.redis.RedisCreateParameters"
name: "RedisCreateParameters"
nameWithType: "RedisCreateParameters"
summary: "Parameters supplied to the Create Redis operation."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **RedisCreateParameters**"
constructors:
- uid: "com.microsoft.azure.management.redis.RedisCreateParameters.RedisCreateParameters()"
fullName: "com.microsoft.azure.management.redis.RedisCreateParameters.RedisCreateParameters()"
name: "RedisCreateParameters()"
nameWithType: "RedisCreateParameters.RedisCreateParameters()"
syntax: "public RedisCreateParameters()"
methods:
- uid: "com.microsoft.azure.management.redis.RedisCreateParameters.enableNonSslPort()"
fullName: "com.microsoft.azure.management.redis.RedisCreateParameters.enableNonSslPort()"
name: "enableNonSslPort()"
nameWithType: "RedisCreateParameters.enableNonSslPort()"
summary: "Get the enable<wbr>Non<wbr>Ssl<wbr>Port value."
syntax: "public Boolean enableNonSslPort()"
desc: "Get the enableNonSslPort value."
returns:
description: "the enableNonSslPort value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.redis.RedisCreateParameters.location()"
fullName: "com.microsoft.azure.management.redis.RedisCreateParameters.location()"
name: "location()"
nameWithType: "RedisCreateParameters.location()"
summary: "Get the location value."
syntax: "public String location()"
desc: "Get the location value."
returns:
description: "the location value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.redis.RedisCreateParameters.minimumTlsVersion()"
fullName: "com.microsoft.azure.management.redis.RedisCreateParameters.minimumTlsVersion()"
name: "minimumTlsVersion()"
nameWithType: "RedisCreateParameters.minimumTlsVersion()"
summary: "Get the minimum<wbr>Tls<wbr>Version value."
syntax: "public TlsVersion minimumTlsVersion()"
desc: "Get the minimumTlsVersion value."
returns:
description: "the minimumTlsVersion value"
type: "<xref href=\"com.microsoft.azure.management.redis.TlsVersion?alt=com.microsoft.azure.management.redis.TlsVersion&text=TlsVersion\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.redis.RedisCreateParameters.redisConfiguration()"
fullName: "com.microsoft.azure.management.redis.RedisCreateParameters.redisConfiguration()"
name: "redisConfiguration()"
nameWithType: "RedisCreateParameters.redisConfiguration()"
summary: "Get the redis<wbr>Configuration value."
syntax: "public Map<String,String> redisConfiguration()"
desc: "Get the redisConfiguration value."
returns:
description: "the redisConfiguration value"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.redis.RedisCreateParameters.shardCount()"
fullName: "com.microsoft.azure.management.redis.RedisCreateParameters.shardCount()"
name: "shardCount()"
nameWithType: "RedisCreateParameters.shardCount()"
summary: "Get the shard<wbr>Count value."
syntax: "public Integer shardCount()"
desc: "Get the shardCount value."
returns:
description: "the shardCount value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.redis.RedisCreateParameters.sku()"
fullName: "com.microsoft.azure.management.redis.RedisCreateParameters.sku()"
name: "sku()"
nameWithType: "RedisCreateParameters.sku()"
summary: "Get the sku value."
syntax: "public Sku sku()"
desc: "Get the sku value."
returns:
description: "the sku value"
type: "<xref href=\"com.microsoft.azure.management.redis.Sku?alt=com.microsoft.azure.management.redis.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.redis.RedisCreateParameters.staticIP()"
fullName: "com.microsoft.azure.management.redis.RedisCreateParameters.staticIP()"
name: "staticIP()"
nameWithType: "RedisCreateParameters.staticIP()"
summary: "Get the staticIP value."
syntax: "public String staticIP()"
desc: "Get the staticIP value."
returns:
description: "the staticIP value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.redis.RedisCreateParameters.subnetId()"
fullName: "com.microsoft.azure.management.redis.RedisCreateParameters.subnetId()"
name: "subnetId()"
nameWithType: "RedisCreateParameters.subnetId()"
summary: "Get the subnet<wbr>Id value."
syntax: "public String subnetId()"
desc: "Get the subnetId value."
returns:
description: "the subnetId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.redis.RedisCreateParameters.tags()"
fullName: "com.microsoft.azure.management.redis.RedisCreateParameters.tags()"
name: "tags()"
nameWithType: "RedisCreateParameters.tags()"
summary: "Get the tags value."
syntax: "public Map<String,String> tags()"
desc: "Get the tags value."
returns:
description: "the tags value"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.redis.RedisCreateParameters.tenantSettings()"
fullName: "com.microsoft.azure.management.redis.RedisCreateParameters.tenantSettings()"
name: "tenantSettings()"
nameWithType: "RedisCreateParameters.tenantSettings()"
summary: "Get the tenant<wbr>Settings value."
syntax: "public Map<String,String> tenantSettings()"
desc: "Get the tenantSettings value."
returns:
description: "the tenantSettings value"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.redis.RedisCreateParameters.withEnableNonSslPort(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.redis.RedisCreateParameters.withEnableNonSslPort(Boolean enableNonSslPort)"
name: "withEnableNonSslPort(Boolean enableNonSslPort)"
nameWithType: "RedisCreateParameters.withEnableNonSslPort(Boolean enableNonSslPort)"
summary: "Set the enable<wbr>Non<wbr>Ssl<wbr>Port value."
parameters:
- description: "the enableNonSslPort value to set"
name: "enableNonSslPort"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RedisCreateParameters withEnableNonSslPort(Boolean enableNonSslPort)"
desc: "Set the enableNonSslPort value."
returns:
description: "the RedisCreateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.redis.RedisCreateParameters?alt=com.microsoft.azure.management.redis.RedisCreateParameters&text=RedisCreateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.redis.RedisCreateParameters.withLocation(java.lang.String)"
fullName: "com.microsoft.azure.management.redis.RedisCreateParameters.withLocation(String location)"
name: "withLocation(String location)"
nameWithType: "RedisCreateParameters.withLocation(String location)"
summary: "Set the location value."
parameters:
- description: "the location value to set"
name: "location"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RedisCreateParameters withLocation(String location)"
desc: "Set the location value."
returns:
description: "the RedisCreateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.redis.RedisCreateParameters?alt=com.microsoft.azure.management.redis.RedisCreateParameters&text=RedisCreateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.redis.RedisCreateParameters.withMinimumTlsVersion(com.microsoft.azure.management.redis.TlsVersion)"
fullName: "com.microsoft.azure.management.redis.RedisCreateParameters.withMinimumTlsVersion(TlsVersion minimumTlsVersion)"
name: "withMinimumTlsVersion(TlsVersion minimumTlsVersion)"
nameWithType: "RedisCreateParameters.withMinimumTlsVersion(TlsVersion minimumTlsVersion)"
summary: "Set the minimum<wbr>Tls<wbr>Version value."
parameters:
- description: "the minimumTlsVersion value to set"
name: "minimumTlsVersion"
type: "<xref href=\"com.microsoft.azure.management.redis.TlsVersion?alt=com.microsoft.azure.management.redis.TlsVersion&text=TlsVersion\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RedisCreateParameters withMinimumTlsVersion(TlsVersion minimumTlsVersion)"
desc: "Set the minimumTlsVersion value."
returns:
description: "the RedisCreateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.redis.RedisCreateParameters?alt=com.microsoft.azure.management.redis.RedisCreateParameters&text=RedisCreateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.redis.RedisCreateParameters.withRedisConfiguration(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.microsoft.azure.management.redis.RedisCreateParameters.withRedisConfiguration(Map<String,String> redisConfiguration)"
name: "withRedisConfiguration(Map<String,String> redisConfiguration)"
nameWithType: "RedisCreateParameters.withRedisConfiguration(Map<String,String> redisConfiguration)"
summary: "Set the redis<wbr>Configuration value."
parameters:
- description: "the redisConfiguration value to set"
name: "redisConfiguration"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public RedisCreateParameters withRedisConfiguration(Map<String,String> redisConfiguration)"
desc: "Set the redisConfiguration value."
returns:
description: "the RedisCreateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.redis.RedisCreateParameters?alt=com.microsoft.azure.management.redis.RedisCreateParameters&text=RedisCreateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.redis.RedisCreateParameters.withShardCount(java.lang.Integer)"
fullName: "com.microsoft.azure.management.redis.RedisCreateParameters.withShardCount(Integer shardCount)"
name: "withShardCount(Integer shardCount)"
nameWithType: "RedisCreateParameters.withShardCount(Integer shardCount)"
summary: "Set the shard<wbr>Count value."
parameters:
- description: "the shardCount value to set"
name: "shardCount"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RedisCreateParameters withShardCount(Integer shardCount)"
desc: "Set the shardCount value."
returns:
description: "the RedisCreateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.redis.RedisCreateParameters?alt=com.microsoft.azure.management.redis.RedisCreateParameters&text=RedisCreateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.redis.RedisCreateParameters.withSku(com.microsoft.azure.management.redis.Sku)"
fullName: "com.microsoft.azure.management.redis.RedisCreateParameters.withSku(Sku sku)"
name: "withSku(Sku sku)"
nameWithType: "RedisCreateParameters.withSku(Sku sku)"
summary: "Set the sku value."
parameters:
- description: "the sku value to set"
name: "sku"
type: "<xref href=\"com.microsoft.azure.management.redis.Sku?alt=com.microsoft.azure.management.redis.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RedisCreateParameters withSku(Sku sku)"
desc: "Set the sku value."
returns:
description: "the RedisCreateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.redis.RedisCreateParameters?alt=com.microsoft.azure.management.redis.RedisCreateParameters&text=RedisCreateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.redis.RedisCreateParameters.withStaticIP(java.lang.String)"
fullName: "com.microsoft.azure.management.redis.RedisCreateParameters.withStaticIP(String staticIP)"
name: "withStaticIP(String staticIP)"
nameWithType: "RedisCreateParameters.withStaticIP(String staticIP)"
summary: "Set the staticIP value."
parameters:
- description: "the staticIP value to set"
name: "staticIP"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RedisCreateParameters withStaticIP(String staticIP)"
desc: "Set the staticIP value."
returns:
description: "the RedisCreateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.redis.RedisCreateParameters?alt=com.microsoft.azure.management.redis.RedisCreateParameters&text=RedisCreateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.redis.RedisCreateParameters.withSubnetId(java.lang.String)"
fullName: "com.microsoft.azure.management.redis.RedisCreateParameters.withSubnetId(String subnetId)"
name: "withSubnetId(String subnetId)"
nameWithType: "RedisCreateParameters.withSubnetId(String subnetId)"
summary: "Set the subnet<wbr>Id value."
parameters:
- description: "the subnetId value to set"
name: "subnetId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RedisCreateParameters withSubnetId(String subnetId)"
desc: "Set the subnetId value."
returns:
description: "the RedisCreateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.redis.RedisCreateParameters?alt=com.microsoft.azure.management.redis.RedisCreateParameters&text=RedisCreateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.redis.RedisCreateParameters.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.microsoft.azure.management.redis.RedisCreateParameters.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "RedisCreateParameters.withTags(Map<String,String> tags)"
summary: "Set the tags value."
parameters:
- description: "the tags value to set"
name: "tags"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public RedisCreateParameters withTags(Map<String,String> tags)"
desc: "Set the tags value."
returns:
description: "the RedisCreateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.redis.RedisCreateParameters?alt=com.microsoft.azure.management.redis.RedisCreateParameters&text=RedisCreateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.redis.RedisCreateParameters.withTenantSettings(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.microsoft.azure.management.redis.RedisCreateParameters.withTenantSettings(Map<String,String> tenantSettings)"
name: "withTenantSettings(Map<String,String> tenantSettings)"
nameWithType: "RedisCreateParameters.withTenantSettings(Map<String,String> tenantSettings)"
summary: "Set the tenant<wbr>Settings value."
parameters:
- description: "the tenantSettings value to set"
name: "tenantSettings"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public RedisCreateParameters withTenantSettings(Map<String,String> tenantSettings)"
desc: "Set the tenantSettings value."
returns:
description: "the RedisCreateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.redis.RedisCreateParameters?alt=com.microsoft.azure.management.redis.RedisCreateParameters&text=RedisCreateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.redis.RedisCreateParameters.withZones(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.redis.RedisCreateParameters.withZones(List<String> zones)"
name: "withZones(List<String> zones)"
nameWithType: "RedisCreateParameters.withZones(List<String> zones)"
summary: "Set the zones value."
parameters:
- description: "the zones value to set"
name: "zones"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public RedisCreateParameters withZones(List<String> zones)"
desc: "Set the zones value."
returns:
description: "the RedisCreateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.redis.RedisCreateParameters?alt=com.microsoft.azure.management.redis.RedisCreateParameters&text=RedisCreateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.redis.RedisCreateParameters.zones()"
fullName: "com.microsoft.azure.management.redis.RedisCreateParameters.zones()"
name: "zones()"
nameWithType: "RedisCreateParameters.zones()"
summary: "Get the zones value."
syntax: "public List<String> zones()"
desc: "Get the zones value."
returns:
description: "the zones value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Parameters supplied to the Create Redis operation."
metadata: {}
package: "com.microsoft.azure.management.redis"
artifact: com.microsoft.azure:azure-mgmt-redis:1.41.4