Uses of Class
com.azure.resourcemanager.network.models.QosPortRange
-
Packages that use QosPortRange Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 QosPortRange Modifier and Type Method Description List<QosPortRange>DscpConfigurationInner. destinationPortRanges()Get the destinationPortRanges property: Destination port ranges.List<QosPortRange>DscpConfigurationPropertiesFormat. destinationPortRanges()Get the destinationPortRanges property: Destination port ranges.List<QosPortRange>DscpConfigurationInner. sourcePortRanges()Get the sourcePortRanges property: Sources port ranges.List<QosPortRange>DscpConfigurationPropertiesFormat. sourcePortRanges()Get the sourcePortRanges property: Sources port ranges.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type QosPortRange Modifier and Type Method Description DscpConfigurationInnerDscpConfigurationInner. withDestinationPortRanges(List<QosPortRange> destinationPortRanges)Set the destinationPortRanges property: Destination port ranges.DscpConfigurationPropertiesFormatDscpConfigurationPropertiesFormat. withDestinationPortRanges(List<QosPortRange> destinationPortRanges)Set the destinationPortRanges property: Destination port ranges.DscpConfigurationInnerDscpConfigurationInner. withSourcePortRanges(List<QosPortRange> sourcePortRanges)Set the sourcePortRanges property: Sources port ranges.DscpConfigurationPropertiesFormatDscpConfigurationPropertiesFormat. 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 QosPortRange Modifier and Type Method Description QosPortRangeQosPortRange. withEnd(Integer end)Set the end property: Qos Port Range end.QosPortRangeQosPortRange. withStart(Integer start)Set the start property: Qos Port Range start.Methods in com.azure.resourcemanager.network.models that return types with arguments of type QosPortRange Modifier and Type Method Description List<QosPortRange>QosDefinition. destinationPortRanges()Get the destinationPortRanges property: Destination port ranges.List<QosPortRange>QosDefinition. sourcePortRanges()Get the sourcePortRanges property: Sources port ranges.Method parameters in com.azure.resourcemanager.network.models with type arguments of type QosPortRange Modifier and Type Method Description QosDefinitionQosDefinition. withDestinationPortRanges(List<QosPortRange> destinationPortRanges)Set the destinationPortRanges property: Destination port ranges.QosDefinitionQosDefinition. withSourcePortRanges(List<QosPortRange> sourcePortRanges)Set the sourcePortRanges property: Sources port ranges.
-