你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArcSettingsPatchProperties Class

Definition

ArcSettings properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.ArcSettingsPatchPropertiesTypeConverter))]
public class ArcSettingsPatchProperties : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IArcSettingsPatchProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.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.Api20240401.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.

Applies to