共用方式為


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>
type EffectiveConnectivityConfiguration = class
    interface IJsonModel<EffectiveConnectivityConfiguration>
    interface IPersistableModel<EffectiveConnectivityConfiguration>
Public Class EffectiveConnectivityConfiguration
Implements IJsonModel(Of EffectiveConnectivityConfiguration), IPersistableModel(Of 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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

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