Freigeben über


MachineExtensionUpdatePropertiesProtectedSettings Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.MachineExtensionUpdatePropertiesProtectedSettingsTypeConverter))]
public class MachineExtensionUpdatePropertiesProtectedSettings : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdatePropertiesProtectedSettings, Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.MachineExtensionUpdatePropertiesProtectedSettingsTypeConverter))>]
type MachineExtensionUpdatePropertiesProtectedSettings = class
    interface IMachineExtensionUpdatePropertiesProtectedSettings
    interface IJsonSerializable
    interface IAssociativeArray<obj>
Public Class MachineExtensionUpdatePropertiesProtectedSettings
Implements IAssociativeArray(Of Object), IMachineExtensionUpdatePropertiesProtectedSettings
Inheritance
MachineExtensionUpdatePropertiesProtectedSettings
Attributes
Implements

Constructors

MachineExtensionUpdatePropertiesProtectedSettings()

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, Object)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
Remove(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
ToString()
TryGetValue(String, Object)

Operators

Implicit(MachineExtensionUpdatePropertiesProtectedSettings to Dictionary<String,Object>)

Explicit Interface Implementations

IAssociativeArray<Object>.AdditionalProperties
IAssociativeArray<Object>.Count
IAssociativeArray<Object>.Keys
IAssociativeArray<Object>.Values

Applies to