ConfigurationResult 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.
Configurations for source resource, include appSettings, connectionString and serviceBindings
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ConfigurationResultTypeConverter))]
public class ConfigurationResult : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IConfigurationResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ConfigurationResultTypeConverter))>]
type ConfigurationResult = class
interface IConfigurationResult
interface IJsonSerializable
Public Class ConfigurationResult
Implements IConfigurationResult
- Inheritance
-
ConfigurationResult
- Attributes
- Implements
Constructors
ConfigurationResult() |
Creates an new ConfigurationResult instance. |
Properties
Configuration |
The configuration properties for source resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ConfigurationResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ConfigurationResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IConfigurationResult. |
FromJsonString(String) |
Creates a new instance of ConfigurationResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ConfigurationResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |