Freigeben über


Label Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.LabelTypeConverter))]
public class Label : Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.ILabel
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.LabelTypeConverter))>]
type Label = class
    interface ILabel
    interface IJsonSerializable
Public Class Label
Implements ILabel
Inheritance
Label
Attributes
Implements

Constructors

Label()

Creates an new Label instance.

Properties

Name

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Label.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Label.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.ILabel.

FromJsonString(String)

Creates a new instance of Label, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Label into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to