Share via


ArcSettingsPatch Class

Definition

ArcSetting details to update.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.ArcSettingsPatchTypeConverter))]
public class ArcSettingsPatch : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.IArcSettingsPatch
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.ArcSettingsPatchTypeConverter))>]
type ArcSettingsPatch = class
    interface IArcSettingsPatch
    interface IJsonSerializable
Public Class ArcSettingsPatch
Implements IArcSettingsPatch
Inheritance
ArcSettingsPatch
Attributes
Implements

Constructors

ArcSettingsPatch()

Creates an new ArcSettingsPatch instance.

Properties

ConnectivityProperty

contains connectivity related configuration for ARC resources

Tag

Resource tags.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ArcSettingsPatch.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ArcSettingsPatch.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.IArcSettingsPatch.

FromJsonString(String)

Creates a new instance of ArcSettingsPatch, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ArcSettingsPatch into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to