Label Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |