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

Name Description
NetAppReplicationSchedule(String)

Initializes a new instance of NetAppReplicationSchedule.

Properties

Name Description
Daily

Gets the Daily.

Hourly

Gets the Hourly.

TenMinutely

Gets the TenMinutely.

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.

Implicit(String to Nullable<NetAppReplicationSchedule>)
Inequality(NetAppReplicationSchedule, NetAppReplicationSchedule)

Determines if two NetAppReplicationSchedule values are not the same.

Applies to