IArcAgentryConfigurations Interface
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.ArcAgentryConfigurationsTypeConverter))]
public interface IArcAgentryConfigurations : Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.ArcAgentryConfigurationsTypeConverter))>]
type IArcAgentryConfigurations = interface
interface IJsonSerializable
Public Interface IArcAgentryConfigurations
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |