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

ArcConnectivityProperties Class

Definition

Connectivity related configuration required by arc server.

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

Constructors

ArcConnectivityProperties()

Creates an new ArcConnectivityProperties instance.

Properties

Enabled

True indicates ARC connectivity is enabled

ServiceConfiguration

Service configurations associated with the connectivity resource. They are only processed by the server if 'enabled' property is set to 'true'.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ArcConnectivityProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ArcConnectivityProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IArcConnectivityProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ArcConnectivityProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to