Uses of Class
com.azure.resourcemanager.network.models.QosPortRange
Packages that use QosPortRange
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of QosPortRange in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type QosPortRangeModifier and TypeMethodDescriptionDscpConfigurationInner.destinationPortRanges()Get the destinationPortRanges property: Destination port ranges.DscpConfigurationPropertiesFormat.destinationPortRanges()Get the destinationPortRanges property: Destination port ranges.DscpConfigurationInner.sourcePortRanges()Get the sourcePortRanges property: Sources port ranges.DscpConfigurationPropertiesFormat.sourcePortRanges()Get the sourcePortRanges property: Sources port ranges.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type QosPortRangeModifier and TypeMethodDescriptionDscpConfigurationInner.withDestinationPortRanges(List<QosPortRange> destinationPortRanges) Set the destinationPortRanges property: Destination port ranges.DscpConfigurationPropertiesFormat.withDestinationPortRanges(List<QosPortRange> destinationPortRanges) Set the destinationPortRanges property: Destination port ranges.DscpConfigurationInner.withSourcePortRanges(List<QosPortRange> sourcePortRanges) Set the sourcePortRanges property: Sources port ranges.DscpConfigurationPropertiesFormat.withSourcePortRanges(List<QosPortRange> sourcePortRanges) Set the sourcePortRanges property: Sources port ranges. -
Uses of QosPortRange in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return QosPortRangeModifier and TypeMethodDescriptionstatic QosPortRangeQosPortRange.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of QosPortRange from the JsonReader.Set the end property: Qos Port Range end.Set the start property: Qos Port Range start.Methods in com.azure.resourcemanager.network.models that return types with arguments of type QosPortRangeModifier and TypeMethodDescriptionQosDefinition.destinationPortRanges()Get the destinationPortRanges property: Destination port ranges.QosDefinition.sourcePortRanges()Get the sourcePortRanges property: Sources port ranges.Method parameters in com.azure.resourcemanager.network.models with type arguments of type QosPortRangeModifier and TypeMethodDescriptionQosDefinition.withDestinationPortRanges(List<QosPortRange> destinationPortRanges) Set the destinationPortRanges property: Destination port ranges.QosDefinition.withSourcePortRanges(List<QosPortRange> sourcePortRanges) Set the sourcePortRanges property: Sources port ranges.