ConfigurationNameItem Class

Definition

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

Constructors

ConfigurationNameItem()

Creates an new ConfigurationNameItem instance.

Properties

AuthType

The auth type.

ClientType

The client type for configuration names.

Name

The configuration names to be set in compute service environment.

TargetService

The target service provider name and resource name.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConfigurationNameItem.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConfigurationNameItem.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConfigurationNameItem into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to