ActiveConnectivityConfiguration Class

Definition

Compatibility declaration for the ActiveConnectivityConfiguration type.

public class ActiveConnectivityConfiguration : Azure.ResourceManager.Network.Models.EffectiveConnectivityConfiguration, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ActiveConnectivityConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ActiveConnectivityConfiguration>
type ActiveConnectivityConfiguration = class
    inherit EffectiveConnectivityConfiguration
    interface IJsonModel<ActiveConnectivityConfiguration>
    interface IPersistableModel<ActiveConnectivityConfiguration>
Public Class ActiveConnectivityConfiguration
Inherits EffectiveConnectivityConfiguration
Implements IJsonModel(Of ActiveConnectivityConfiguration), IPersistableModel(Of ActiveConnectivityConfiguration)
Inheritance
ActiveConnectivityConfiguration
Implements

Properties

Name Description
AppliesToGroups

Gets or sets the AppliesToGroups compatibility property.

(Inherited from EffectiveConnectivityConfiguration)
CommitOn

Deployment time string.

CommittedOn

Compatibility member.

ConfigurationGroups

Effective configuration groups.

(Inherited from EffectiveConnectivityConfiguration)
ConnectivityCapabilities

Collection of additional settings to enhance specific topology behaviors of the connectivity configuration resource.

(Inherited from EffectiveConnectivityConfiguration)
ConnectivityTopology

Connectivity topology type.

(Inherited from EffectiveConnectivityConfiguration)
DeleteExistingPeering

Flag if need to remove current existing peerings.

(Inherited from EffectiveConnectivityConfiguration)
Description

A description of the connectivity configuration.

(Inherited from EffectiveConnectivityConfiguration)
Hubs

Gets or sets the Hubs compatibility property.

(Inherited from EffectiveConnectivityConfiguration)
Id

Connectivity configuration ID.

(Inherited from EffectiveConnectivityConfiguration)
IsGlobal

Flag if global mesh is supported.

(Inherited from EffectiveConnectivityConfiguration)
ProvisioningState

The provisioning state of the connectivity configuration resource.

(Inherited from EffectiveConnectivityConfiguration)
Region

Deployment region.

ResourceGuid

Gets the ResourceGuid compatibility property.

(Inherited from EffectiveConnectivityConfiguration)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ActiveConnectivityConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ActiveConnectivityConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<EffectiveConnectivityConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from EffectiveConnectivityConfiguration)
IJsonModel<EffectiveConnectivityConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from EffectiveConnectivityConfiguration)
IPersistableModel<ActiveConnectivityConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ActiveConnectivityConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ActiveConnectivityConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<EffectiveConnectivityConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from EffectiveConnectivityConfiguration)
IPersistableModel<EffectiveConnectivityConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from EffectiveConnectivityConfiguration)
IPersistableModel<EffectiveConnectivityConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from EffectiveConnectivityConfiguration)

Applies to