ArcSettingsPatch Class
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.
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
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.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. |