Share via


NetAppReplicationSchedule Struct

Definition

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

NetAppReplicationSchedule(String)

Initializes a new instance of NetAppReplicationSchedule.

Properties

Daily

daily.

Hourly

hourly.

TenMinutely

_10minutely.

Methods

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

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.

Applies to