ArmNetworkModelFactory.DscpConfigurationData Method

Definition

public static Azure.ResourceManager.Network.DscpConfigurationData DscpConfigurationData(Azure.Core.ResourceIdentifier id = default, string name = default, string type = default, Azure.Core.AzureLocation? location = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IEnumerable<int> markings = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.QosIPRange> sourceIpRanges = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.QosIPRange> destinationIpRanges = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.QosPortRange> sourcePortRanges = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.QosPortRange> destinationPortRanges = default, Azure.ResourceManager.Network.Models.ProtocolType? protocol = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.DscpQosDefinition> qosDefinitionCollection = default, string qosCollectionId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.NetworkInterfaceData> associatedNetworkInterfaces = default, Guid? resourceGuid = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default, Azure.ETag? eTag = default);
static member DscpConfigurationData : Azure.Core.ResourceIdentifier * string * string * Nullable<Azure.Core.AzureLocation> * System.Collections.Generic.IDictionary<string, string> * seq<int> * seq<Azure.ResourceManager.Network.Models.QosIPRange> * seq<Azure.ResourceManager.Network.Models.QosIPRange> * seq<Azure.ResourceManager.Network.Models.QosPortRange> * seq<Azure.ResourceManager.Network.Models.QosPortRange> * Nullable<Azure.ResourceManager.Network.Models.ProtocolType> * seq<Azure.ResourceManager.Network.Models.DscpQosDefinition> * string * seq<Azure.ResourceManager.Network.NetworkInterfaceData> * Nullable<Guid> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * Nullable<Azure.ETag> -> Azure.ResourceManager.Network.DscpConfigurationData
Public Shared Function DscpConfigurationData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional markings As IEnumerable(Of Integer) = Nothing, Optional sourceIpRanges As IEnumerable(Of QosIPRange) = Nothing, Optional destinationIpRanges As IEnumerable(Of QosIPRange) = Nothing, Optional sourcePortRanges As IEnumerable(Of QosPortRange) = Nothing, Optional destinationPortRanges As IEnumerable(Of QosPortRange) = Nothing, Optional protocol As Nullable(Of ProtocolType) = Nothing, Optional qosDefinitionCollection As IEnumerable(Of DscpQosDefinition) = Nothing, Optional qosCollectionId As String = Nothing, Optional associatedNetworkInterfaces As IEnumerable(Of NetworkInterfaceData) = Nothing, Optional resourceGuid As Nullable(Of Guid) = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing, Optional eTag As Nullable(Of ETag) = Nothing) As DscpConfigurationData

Parameters

id
ResourceIdentifier

Resource ID.

name
String

Resource name.

type
String

Resource type.

location
Nullable<AzureLocation>

Resource location.

tags
IDictionary<String,String>

Resource tags.

markings
IEnumerable<Int32>

List of markings to be used in the configuration.

sourceIpRanges
IEnumerable<QosIPRange>

Source IP ranges.

destinationIpRanges
IEnumerable<QosIPRange>

Destination IP ranges.

sourcePortRanges
IEnumerable<QosPortRange>

Sources port ranges.

destinationPortRanges
IEnumerable<QosPortRange>

Destination port ranges.

protocol
Nullable<ProtocolType>

RNM supported protocol types.

qosDefinitionCollection
IEnumerable<DscpQosDefinition>

QoS object definitions.

qosCollectionId
String

Qos Collection ID generated by RNM.

associatedNetworkInterfaces
IEnumerable<NetworkInterfaceData>

Associated Network Interfaces to the DSCP Configuration.

resourceGuid
Nullable<Guid>

The resource GUID property of the DSCP Configuration resource.

provisioningState
Nullable<NetworkProvisioningState>

The provisioning state of the DSCP Configuration resource.

eTag
Nullable<ETag>

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

Returns

A new DscpConfigurationData instance for mocking.

Applies to