Freigeben über


NetAppDayOfWeek Struct

Definition

Day of the week.

public readonly struct NetAppDayOfWeek : IEquatable<Azure.ResourceManager.NetApp.Models.NetAppDayOfWeek>
type NetAppDayOfWeek = struct
Public Structure NetAppDayOfWeek
Implements IEquatable(Of NetAppDayOfWeek)
Inheritance
NetAppDayOfWeek
Implements

Constructors

Name Description
NetAppDayOfWeek(String)

Initializes a new instance of NetAppDayOfWeek.

Properties

Name Description
Friday

Take a snapshot each Friday.

Monday

Take a snapshot each Monday.

Saturday

Take a snapshot each Saturday.

Sunday

Take a snapshot each Sunday.

Thursday

Take a snapshot each Thursday.

Tuesday

Take a snapshot each Tuesday.

Wednesday

Take a snapshot each Wednesday.

Methods

Name Description
Equals(NetAppDayOfWeek)

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(NetAppDayOfWeek, NetAppDayOfWeek)

Determines if two NetAppDayOfWeek values are the same.

Implicit(String to NetAppDayOfWeek)

Converts a String to a NetAppDayOfWeek.

Inequality(NetAppDayOfWeek, NetAppDayOfWeek)

Determines if two NetAppDayOfWeek values are not the same.

Applies to