Class GetCacheResult
Inheritance
System.Object
GetCacheResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetCacheResult
Fields
View Source
Capacity
The size of the Redis Cache deployed.
Declaration
public readonly int Capacity
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
EnableNonSslPort
Whether the SSL port is enabled.
Declaration
public readonly bool EnableNonSslPort
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
Family
The SKU family/pricing group used. Possible values are C (for Basic/Standard SKU family) and P (for Premium)
Declaration
public readonly string Family
Field Value
| Type |
Description |
| System.String |
|
View Source
Hostname
The Hostname of the Redis Instance
Declaration
public readonly string Hostname
Field Value
| Type |
Description |
| System.String |
|
View Source
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type |
Description |
| System.String |
|
View Source
Location
The location of the Redis Cache.
Declaration
public readonly string Location
Field Value
| Type |
Description |
| System.String |
|
View Source
MinimumTlsVersion
Declaration
public readonly string MinimumTlsVersion
Field Value
| Type |
Description |
| System.String |
|
View Source
Name
Declaration
public readonly string Name
Field Value
| Type |
Description |
| System.String |
|
View Source
PatchSchedules
A list of patch_schedule blocks as defined below - only available for Premium SKU's.
Declaration
public readonly ImmutableArray<GetCachePatchScheduleResult> PatchSchedules
Field Value
View Source
Port
The non-SSL Port of the Redis Instance
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
PrimaryAccessKey
The Primary Access Key for the Redis Instance
Declaration
public readonly string PrimaryAccessKey
Field Value
| Type |
Description |
| System.String |
|
View Source
PrimaryConnectionString
The primary connection string of the Redis Instance.
Declaration
public readonly string PrimaryConnectionString
Field Value
| Type |
Description |
| System.String |
|
View Source
PrivateStaticIpAddress
Declaration
public readonly string PrivateStaticIpAddress
Field Value
| Type |
Description |
| System.String |
|
View Source
RedisConfigurations
A redis_configuration block as defined below.
Declaration
public readonly ImmutableArray<GetCacheRedisConfigurationResult> RedisConfigurations
Field Value
View Source
ResourceGroupName
Declaration
public readonly string ResourceGroupName
Field Value
| Type |
Description |
| System.String |
|
View Source
SecondaryAccessKey
The Secondary Access Key for the Redis Instance
Declaration
public readonly string SecondaryAccessKey
Field Value
| Type |
Description |
| System.String |
|
View Source
SecondaryConnectionString
The secondary connection string of the Redis Instance.
Declaration
public readonly string SecondaryConnectionString
Field Value
| Type |
Description |
| System.String |
|
View Source
ShardCount
Declaration
public readonly int ShardCount
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
SkuName
The SKU of Redis used. Possible values are Basic, Standard and Premium.
Declaration
public readonly string SkuName
Field Value
| Type |
Description |
| System.String |
|
View Source
SslPort
The SSL Port of the Redis Instance
Declaration
public readonly int SslPort
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
SubnetId
Declaration
public readonly string SubnetId
Field Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
|
View Source
Zones
Declaration
public readonly ImmutableArray<string> Zones
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|