共用方式為


DscpConfiguration Constructors

Definition

Overloads

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.

DscpConfiguration()

Initializes a new instance of the DscpConfiguration class.

public DscpConfiguration ();
Public Sub New ()

Applies to

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.

public DscpConfiguration (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<int?> markings = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.QosIpRange> sourceIpRanges = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.QosIpRange> destinationIpRanges = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.QosPortRange> sourcePortRanges = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.QosPortRange> destinationPortRanges = default, string protocol = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.QosDefinition> qosDefinitionCollection = default, string qosCollectionId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkInterface> associatedNetworkInterfaces = default, string resourceGuid = default, string provisioningState = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.DscpConfiguration : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Nullable<int>> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.QosIpRange> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.QosIpRange> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.QosPortRange> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.QosPortRange> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.QosDefinition> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkInterface> * string * string * string -> Microsoft.Azure.Management.Network.Models.DscpConfiguration
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional markings As IList(Of Nullable(Of Integer)) = Nothing, Optional sourceIpRanges As IList(Of QosIpRange) = Nothing, Optional destinationIpRanges As IList(Of QosIpRange) = Nothing, Optional sourcePortRanges As IList(Of QosPortRange) = Nothing, Optional destinationPortRanges As IList(Of QosPortRange) = Nothing, Optional protocol As String = Nothing, Optional qosDefinitionCollection As IList(Of QosDefinition) = Nothing, Optional qosCollectionId As String = Nothing, Optional associatedNetworkInterfaces As IList(Of NetworkInterface) = Nothing, Optional resourceGuid As String = Nothing, Optional provisioningState As String = Nothing, Optional etag As String = Nothing)

Parameters

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

location
String

Resource location.

tags
IDictionary<String,String>

Resource tags.

markings
IList<Nullable<Int32>>

List of markings to be used in the configuration.

sourceIpRanges
IList<QosIpRange>

Source IP ranges.

destinationIpRanges
IList<QosIpRange>

Destination IP ranges.

sourcePortRanges
IList<QosPortRange>

Sources port ranges.

destinationPortRanges
IList<QosPortRange>

Destination port ranges.

protocol
String

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

qosDefinitionCollection
IList<QosDefinition>

QoS object definitions

qosCollectionId
String

Qos Collection ID generated by RNM.

associatedNetworkInterfaces
IList<NetworkInterface>

Associated Network Interfaces to the DSCP Configuration.

resourceGuid
String

The resource GUID property of the DSCP Configuration resource.

provisioningState
String

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

etag
String

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

Applies to