ArcSettingsPatchProperties 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.
ArcSettings properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.ArcSettingsPatchPropertiesTypeConverter))]
public class ArcSettingsPatchProperties : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.IArcSettingsPatchProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.ArcSettingsPatchPropertiesTypeConverter))>]
type ArcSettingsPatchProperties = class
interface IArcSettingsPatchProperties
interface IJsonSerializable
Public Class ArcSettingsPatchProperties
Implements IArcSettingsPatchProperties
- Inheritance
-
ArcSettingsPatchProperties
- Attributes
- Implements
Constructors
ArcSettingsPatchProperties() |
Creates an new ArcSettingsPatchProperties instance. |
Properties
ConnectivityProperty |
contains connectivity related configuration for ARC resources |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ArcSettingsPatchProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ArcSettingsPatchProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.IArcSettingsPatchProperties. |
FromJsonString(String) |
Creates a new instance of ArcSettingsPatchProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ArcSettingsPatchProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |