次の方法で共有


ConfigurationName Class

Definition

The configuration names.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ConfigurationNameTypeConverter))]
public class ConfigurationName : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IConfigurationName
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ConfigurationNameTypeConverter))>]
type ConfigurationName = class
    interface IConfigurationName
    interface IJsonSerializable
Public Class ConfigurationName
Implements IConfigurationName
Inheritance
ConfigurationName
Attributes
Implements

Constructors

ConfigurationName()

Creates an new ConfigurationName instance.

Properties

Description

Description for the configuration name.

Value

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConfigurationName.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConfigurationName.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IConfigurationName.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConfigurationName into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to