ConfigurationNameResult 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.
Configuration Name list which will be set based on different target resource, client type, auth type.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ConfigurationNameResultTypeConverter))]
public class ConfigurationNameResult : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IConfigurationNameResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ConfigurationNameResultTypeConverter))>]
type ConfigurationNameResult = class
interface IConfigurationNameResult
interface IJsonSerializable
Public Class ConfigurationNameResult
Implements IConfigurationNameResult
- Inheritance
-
ConfigurationNameResult
- Attributes
- Implements
Constructors
ConfigurationNameResult() |
Creates an new ConfigurationNameResult instance. |
Properties
NextLink |
Link to next page of resources. |
Value |
Expected configuration names for each target service. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ConfigurationNameResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ConfigurationNameResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IConfigurationNameResult. |
FromJsonString(String) |
Creates a new instance of ConfigurationNameResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ConfigurationNameResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |