ActiveConnectivityConfiguration Class

Definition

Active connectivity configuration.

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>
public class ActiveConnectivityConfiguration : Azure.ResourceManager.Network.Models.EffectiveConnectivityConfiguration
type ActiveConnectivityConfiguration = class
    inherit EffectiveConnectivityConfiguration
    interface IJsonModel<ActiveConnectivityConfiguration>
    interface IPersistableModel<ActiveConnectivityConfiguration>
type ActiveConnectivityConfiguration = class
    inherit EffectiveConnectivityConfiguration
Public Class ActiveConnectivityConfiguration
Inherits EffectiveConnectivityConfiguration
Implements IJsonModel(Of ActiveConnectivityConfiguration), IPersistableModel(Of ActiveConnectivityConfiguration)
Public Class ActiveConnectivityConfiguration
Inherits EffectiveConnectivityConfiguration
Inheritance
ActiveConnectivityConfiguration
Implements

Properties

AppliesToGroups

Groups for configuration.

(Inherited from EffectiveConnectivityConfiguration)
CommittedOn

Deployment time string.

ConfigurationGroups

Effective configuration groups.

(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

List of hubItems.

(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

Unique identifier for this resource.

(Inherited from EffectiveConnectivityConfiguration)

Explicit Interface Implementations

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