Share via


SettingsType Struct

Definition

The SettingsType.

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

Constructors

SettingsType(String)

Initializes a new instance of SettingsType.

Properties

Public

public.

Methods

Equals(SettingsType)

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

Determines if two SettingsType values are the same.

Implicit(String to SettingsType)

Converts a string to a SettingsType.

Inequality(SettingsType, SettingsType)

Determines if two SettingsType values are not the same.

Applies to