RedisEnterpriseMaintenanceWindowType Struct
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.
Maintenance window type.
public readonly struct RedisEnterpriseMaintenanceWindowType : IEquatable<Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseMaintenanceWindowType>
type RedisEnterpriseMaintenanceWindowType = struct
Public Structure RedisEnterpriseMaintenanceWindowType
Implements IEquatable(Of RedisEnterpriseMaintenanceWindowType)
- Inheritance
-
RedisEnterpriseMaintenanceWindowType
- Implements
Constructors
| Name | Description |
|---|---|
| RedisEnterpriseMaintenanceWindowType(String) |
Initializes a new instance of RedisEnterpriseMaintenanceWindowType. |
Properties
| Name | Description |
|---|---|
| Weekly |
Weekly maintenance window. |
Methods
| Name | Description |
|---|---|
| Equals(RedisEnterpriseMaintenanceWindowType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(RedisEnterpriseMaintenanceWindowType, RedisEnterpriseMaintenanceWindowType) |
Determines if two RedisEnterpriseMaintenanceWindowType values are the same. |
| Implicit(String to Nullable<RedisEnterpriseMaintenanceWindowType>) | |
| Implicit(String to RedisEnterpriseMaintenanceWindowType) |
Converts a string to a RedisEnterpriseMaintenanceWindowType. |
| Inequality(RedisEnterpriseMaintenanceWindowType, RedisEnterpriseMaintenanceWindowType) |
Determines if two RedisEnterpriseMaintenanceWindowType values are not the same. |