Share via


SettingLabelFields Struct

Definition

Fields to retrieve from a label.

public readonly struct SettingLabelFields : IEquatable<Azure.Data.AppConfiguration.SettingLabelFields>
type SettingLabelFields = struct
Public Structure SettingLabelFields
Implements IEquatable(Of SettingLabelFields)
Inheritance
SettingLabelFields
Implements

Constructors

SettingLabelFields(String)

Initializes a new instance of SettingLabelFields.

Properties

Name

Name field.

Methods

Equals(SettingLabelFields)

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

Determines if two SettingLabelFields values are the same.

Implicit(String to SettingLabelFields)

Converts a string to a SettingLabelFields.

Inequality(SettingLabelFields, SettingLabelFields)

Determines if two SettingLabelFields values are not the same.

Applies to