Uses of Class
com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat
Packages that use DscpConfigurationPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of DscpConfigurationPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type DscpConfigurationPropertiesFormatModifier and TypeClassDescriptionfinal classDifferentiated Services Code Point configuration properties.Methods in com.azure.resourcemanager.network.fluent.models that return DscpConfigurationPropertiesFormatModifier and TypeMethodDescriptionDscpConfigurationPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DscpConfigurationPropertiesFormat from the JsonReader.DscpConfigurationPropertiesFormat.withDestinationIpRanges(List<QosIpRange> destinationIpRanges) Set the destinationIpRanges property: Destination IP ranges.DscpConfigurationPropertiesFormat.withDestinationPortRanges(List<QosPortRange> destinationPortRanges) Set the destinationPortRanges property: Destination port ranges.DscpConfigurationPropertiesFormat.withMarkings(List<Integer> markings) Set the markings property: List of markings to be used in the configuration.DscpConfigurationPropertiesFormat.withProtocol(ProtocolType protocol) Set the protocol property: RNM supported protocol types.DscpConfigurationPropertiesFormat.withQosDefinitionCollection(List<QosDefinition> qosDefinitionCollection) Set the qosDefinitionCollection property: QoS object definitions.DscpConfigurationPropertiesFormat.withSourceIpRanges(List<QosIpRange> sourceIpRanges) Set the sourceIpRanges property: Source IP ranges.DscpConfigurationPropertiesFormat.withSourcePortRanges(List<QosPortRange> sourcePortRanges) Set the sourcePortRanges property: Sources port ranges.