Sdílet prostřednictvím


ManagedNetworkPeeringPolicyProperties Class

Definition

Properties of a Managed Network Peering Policy.

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

Constructors

ManagedNetworkPeeringPolicyProperties(ConnectivityType)

Initializes a new instance of ManagedNetworkPeeringPolicyProperties.

Properties

ConnectivityType

Gets or sets the connectivity type of a network structure policy.

ETag

A unique read-only string that changes whenever the resource is updated.

(Inherited from ResourceProperties)
HubId

Gets or sets Id.

Mesh

Gets or sets the mesh group IDs.

ProvisioningState

Provisioning state of the ManagedNetwork resource.

(Inherited from ResourceProperties)
Spokes

Gets or sets the spokes group IDs.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ManagedNetworkPeeringPolicyProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedNetworkPeeringPolicyProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ResourceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ResourceProperties)
IPersistableModel<ManagedNetworkPeeringPolicyProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedNetworkPeeringPolicyProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedNetworkPeeringPolicyProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ResourceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ResourceProperties)

Applies to