ArcAgentryConfigurations 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.ArcAgentryConfigurationsTypeConverter))]
public class ArcAgentryConfigurations : Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.IArcAgentryConfigurations
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.ArcAgentryConfigurationsTypeConverter))>]
type ArcAgentryConfigurations = class
interface IArcAgentryConfigurations
interface IJsonSerializable
Public Class ArcAgentryConfigurations
Implements IArcAgentryConfigurations
- Inheritance
-
ArcAgentryConfigurations
- Attributes
- Implements
Constructors
ArcAgentryConfigurations() |
Creates an new ArcAgentryConfigurations instance. |
Properties
Feature |
Specifies the name of the feature for the configuration setting. |
ProtectedSetting |
The configuration settings for the feature that contain any sensitive or secret information. |
Setting |
The configuration settings for the feature that do not contain any sensitive or secret information. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ArcAgentryConfigurations. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ArcAgentryConfigurations. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.IArcAgentryConfigurations. |
FromJsonString(String) |
Creates a new instance of ArcAgentryConfigurations, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ArcAgentryConfigurations into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |