DscpConfigurationData Class

Definition

A class representing the DscpConfiguration data model. Differentiated Services Code Point configuration for any given network interface

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

Constructors

DscpConfigurationData()

Initializes a new instance of DscpConfigurationData.

Properties

AssociatedNetworkInterfaces

Associated Network Interfaces to the DSCP Configuration.

DestinationIPRanges

Destination IP ranges.

DestinationPortRanges

Destination port ranges.

ETag

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

Id

Resource ID.

(Inherited from NetworkTrackedResourceData)
Location

Resource location.

(Inherited from NetworkTrackedResourceData)
Markings

List of markings to be used in the configuration.

Name

Resource name.

(Inherited from NetworkTrackedResourceData)
Protocol

RNM supported protocol types.

ProvisioningState

The provisioning state of the DSCP Configuration resource.

QosCollectionId

Qos Collection ID generated by RNM.

QosDefinitionCollection

QoS object definitions.

ResourceGuid

The resource GUID property of the DSCP Configuration resource.

ResourceType

Resource type.

(Inherited from NetworkTrackedResourceData)
SourceIPRanges

Source IP ranges.

SourcePortRanges

Sources port ranges.

Tags

Resource tags.

(Inherited from NetworkTrackedResourceData)

Explicit Interface Implementations

IJsonModel<DscpConfigurationData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DscpConfigurationData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<NetworkTrackedResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<DscpConfigurationData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DscpConfigurationData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DscpConfigurationData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<NetworkTrackedResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from NetworkTrackedResourceData)

Applies to