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