Uses of Class
com.azure.resourcemanager.network.models.QosDefinition
-
Packages that use QosDefinition 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 QosDefinition in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type QosDefinition Modifier and Type Method Description List<QosDefinition>DscpConfigurationInner. qosDefinitionCollection()Get the qosDefinitionCollection property: QoS object definitions.List<QosDefinition>DscpConfigurationPropertiesFormat. qosDefinitionCollection()Get the qosDefinitionCollection property: QoS object definitions.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type QosDefinition Modifier and Type Method Description DscpConfigurationInnerDscpConfigurationInner. withQosDefinitionCollection(List<QosDefinition> qosDefinitionCollection)Set the qosDefinitionCollection property: QoS object definitions.DscpConfigurationPropertiesFormatDscpConfigurationPropertiesFormat. withQosDefinitionCollection(List<QosDefinition> qosDefinitionCollection)Set the qosDefinitionCollection property: QoS object definitions. -
Uses of QosDefinition in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return QosDefinition Modifier and Type Method Description QosDefinitionQosDefinition. withDestinationIpRanges(List<QosIpRange> destinationIpRanges)Set the destinationIpRanges property: Destination IP ranges.QosDefinitionQosDefinition. withDestinationPortRanges(List<QosPortRange> destinationPortRanges)Set the destinationPortRanges property: Destination port ranges.QosDefinitionQosDefinition. withMarkings(List<Integer> markings)Set the markings property: List of markings to be used in the configuration.QosDefinitionQosDefinition. withProtocol(ProtocolType protocol)Set the protocol property: RNM supported protocol types.QosDefinitionQosDefinition. withSourceIpRanges(List<QosIpRange> sourceIpRanges)Set the sourceIpRanges property: Source IP ranges.QosDefinitionQosDefinition. withSourcePortRanges(List<QosPortRange> sourcePortRanges)Set the sourcePortRanges property: Sources port ranges.
-