NetAppReplicationSchedule 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.
Schedule.
public readonly struct NetAppReplicationSchedule : IEquatable<Azure.ResourceManager.NetApp.Models.NetAppReplicationSchedule>
type NetAppReplicationSchedule = struct
Public Structure NetAppReplicationSchedule
Implements IEquatable(Of NetAppReplicationSchedule)
- Inheritance
-
NetAppReplicationSchedule
- Implements
Constructors
| Name | Description |
|---|---|
| NetAppReplicationSchedule(String) |
Initializes a new instance of NetAppReplicationSchedule. |
Properties
| Name | Description |
|---|---|
| Daily |
daily. |
| Hourly |
hourly. |
| TenMinutely |
_10minutely. |
Methods
| Name | Description |
|---|---|
| Equals(NetAppReplicationSchedule) |
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(NetAppReplicationSchedule, NetAppReplicationSchedule) |
Determines if two NetAppReplicationSchedule values are the same. |
| Implicit(String to NetAppReplicationSchedule) |
Converts a String to a NetAppReplicationSchedule. |
| Inequality(NetAppReplicationSchedule, NetAppReplicationSchedule) |
Determines if two NetAppReplicationSchedule values are not the same. |