Cluster Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the RedisEnterprise cluster
[Microsoft.Rest.Serialization.JsonTransformation]
public class Cluster : Microsoft.Azure.Management.RedisEnterprise.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Cluster = class
inherit TrackedResource
Public Class Cluster
Inherits TrackedResource
- Inheritance
- Attributes
Constructors
Cluster() |
Initializes a new instance of the Cluster class. |
Cluster(String, Sku, String, String, String, IDictionary<String, String>, IList<String>, String, String, String, String, String, IList<PrivateEndpointConnection>) |
Initializes a new instance of the Cluster class. |
Properties
HostName |
Gets DNS name of the cluster endpoint |
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
Location |
Gets or sets the geo-location where the resource lives (Inherited from TrackedResource) |
MinimumTlsVersion |
Gets or sets the minimum TLS version for the cluster to support, e.g. '1.2'. Possible values include: '1.0', '1.1', '1.2' |
Name |
Gets the name of the resource (Inherited from Resource) |
PrivateEndpointConnections |
Gets list of private endpoint connections associated with the specified RedisEnterprise cluster |
ProvisioningState |
Gets current provisioning status of the cluster. Possible values include: 'Succeeded', 'Failed', 'Canceled', 'Creating', 'Updating', 'Deleting' |
RedisVersion |
Gets version of redis the cluster supports, e.g. '6' |
ResourceState |
Gets current resource status of the cluster. Possible values include: 'Running', 'Creating', 'CreateFailed', 'Updating', 'UpdateFailed', 'Deleting', 'DeleteFailed', 'Enabling', 'EnableFailed', 'Disabling', 'DisableFailed', 'Disabled' |
Sku |
Gets or sets the SKU to create, which affects price, performance, and features. |
Tags |
Gets or sets resource tags. (Inherited from TrackedResource) |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Zones |
Gets or sets the Availability Zones where this cluster will be deployed. |
Applies to
Azure SDK for .NET