DscpConfiguration Class

Definition

Differentiated Services Code Point configuration for any given network interface

[Microsoft.Rest.Serialization.JsonTransformation]
public class DscpConfiguration : Microsoft.Azure.Management.Network.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DscpConfiguration = class
    inherit Resource
Public Class DscpConfiguration
Inherits Resource
Inheritance
DscpConfiguration
Attributes

Constructors

DscpConfiguration()

Initializes a new instance of the DscpConfiguration class.

DscpConfiguration(String, String, String, String, IDictionary<String, String>, IList<Nullable<Int32>>, IList<QosIpRange>, IList<QosIpRange>, IList<QosPortRange>, IList<QosPortRange>, String, IList<QosDefinition>, String, IList<NetworkInterface>, String, String, String)

Initializes a new instance of the DscpConfiguration class.

Properties

AssociatedNetworkInterfaces

Gets associated Network Interfaces to the DSCP Configuration.

DestinationIpRanges

Gets or sets destination IP ranges.

DestinationPortRanges

Gets or sets destination port ranges.

Etag

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

Id

Gets or sets resource ID.

(Inherited from Resource)
Location

Gets or sets resource location.

(Inherited from Resource)
Markings

Gets or sets list of markings to be used in the configuration.

Name

Gets resource name.

(Inherited from Resource)
Protocol

Gets or sets RNM supported protocol types. Possible values include: 'DoNotUse', 'Icmp', 'Tcp', 'Udp', 'Gre', 'Esp', 'Ah', 'Vxlan', 'All'

ProvisioningState

Gets the provisioning state of the DSCP Configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

QosCollectionId

Gets qos Collection ID generated by RNM.

QosDefinitionCollection

Gets or sets qoS object definitions

ResourceGuid

Gets the resource GUID property of the DSCP Configuration resource.

SourceIpRanges

Gets or sets source IP ranges.

SourcePortRanges

Gets or sets sources port ranges.

Tags

Gets or sets resource tags.

(Inherited from Resource)
Type

Gets resource type.

(Inherited from Resource)

Applies to