SourceConfiguration Class

Definition

A configuration item for source resource

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

Constructors

SourceConfiguration()

Creates an new SourceConfiguration instance.

Properties

Name

The name of setting.

Value

The value of setting

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SourceConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SourceConfiguration.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SourceConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to