ConnectivityConfigurationPropertiesConnectivityCapabilities Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Collection of additional settings to enhance specific topology behaviors of the connectivity configuration resource.
public class ConnectivityConfigurationPropertiesConnectivityCapabilities : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ConnectivityConfigurationPropertiesConnectivityCapabilities>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ConnectivityConfigurationPropertiesConnectivityCapabilities>
type ConnectivityConfigurationPropertiesConnectivityCapabilities = class
interface IJsonModel<ConnectivityConfigurationPropertiesConnectivityCapabilities>
interface IPersistableModel<ConnectivityConfigurationPropertiesConnectivityCapabilities>
Public Class ConnectivityConfigurationPropertiesConnectivityCapabilities
Implements IJsonModel(Of ConnectivityConfigurationPropertiesConnectivityCapabilities), IPersistableModel(Of ConnectivityConfigurationPropertiesConnectivityCapabilities)
- Inheritance
-
ConnectivityConfigurationPropertiesConnectivityCapabilities
- Implements
Constructors
Properties
ConnectedGroupAddressOverlap |
Behavior to handle overlapped IP address space among members of the connected group of the connectivity configuration. |
ConnectedGroupPrivateEndpointsScale |
Option indicating the scale of private endpoints allowed in the connected group of the connectivity configuration. |
PeeringEnforcement |
Option indicating enforcement of peerings created by the connectivity configuration. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ConnectivityConfigurationPropertiesConnectivityCapabilities>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ConnectivityConfigurationPropertiesConnectivityCapabilities>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ConnectivityConfigurationPropertiesConnectivityCapabilities>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ConnectivityConfigurationPropertiesConnectivityCapabilities>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ConnectivityConfigurationPropertiesConnectivityCapabilities>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |