Share via


ArcSettingsPatch Class

Definition

ArcSetting details to update.

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

Constructors

Name Description
ArcSettingsPatch()

Creates an new ArcSettingsPatch instance.

Properties

Name Description
ConnectivityProperty

contains connectivity related configuration for ARC resources

Tag

Resource tags.

Methods

Name Description
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.Api20240401.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