EffectiveConnectivityConfiguration Class

Definition

The network manager effective connectivity configuration.

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

Properties

AppliesToGroups

Groups for configuration.

ConfigurationGroups

Effective configuration groups.

ConnectivityTopology

Connectivity topology type.

DeleteExistingPeering

Flag if need to remove current existing peerings.

Description

A description of the connectivity configuration.

Hubs

List of hubItems.

Id

Connectivity configuration ID.

IsGlobal

Flag if global mesh is supported.

ProvisioningState

The provisioning state of the connectivity configuration resource.

ResourceGuid

Unique identifier for this resource.

Explicit Interface Implementations

IJsonModel<EffectiveConnectivityConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EffectiveConnectivityConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EffectiveConnectivityConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EffectiveConnectivityConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EffectiveConnectivityConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to