Share via


ManagedInstanceStartStopScheduleName Struct

Definition

The ManagedInstanceStartStopScheduleName.

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

Constructors

ManagedInstanceStartStopScheduleName(String)

Initializes a new instance of ManagedInstanceStartStopScheduleName.

Properties

Default

default.

Methods

Equals(ManagedInstanceStartStopScheduleName)

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

Determines if two ManagedInstanceStartStopScheduleName values are the same.

Implicit(String to ManagedInstanceStartStopScheduleName)

Converts a string to a ManagedInstanceStartStopScheduleName.

Inequality(ManagedInstanceStartStopScheduleName, ManagedInstanceStartStopScheduleName)

Determines if two ManagedInstanceStartStopScheduleName values are not the same.

Applies to