Share via


ArcAgentryConfigurations Class

Definition

[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()

Applies to