Uses of Class
com.azure.resourcemanager.network.models.QosIpRange
Packages that use QosIpRange
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of QosIpRange in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type QosIpRangeModifier and TypeMethodDescriptionDscpConfigurationInner.destinationIpRanges()Get the destinationIpRanges property: Destination IP ranges.DscpConfigurationPropertiesFormat.destinationIpRanges()Get the destinationIpRanges property: Destination IP ranges.DscpConfigurationInner.sourceIpRanges()Get the sourceIpRanges property: Source IP ranges.DscpConfigurationPropertiesFormat.sourceIpRanges()Get the sourceIpRanges property: Source IP ranges.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type QosIpRangeModifier and TypeMethodDescriptionDscpConfigurationInner.withDestinationIpRanges(List<QosIpRange> destinationIpRanges) Set the destinationIpRanges property: Destination IP ranges.DscpConfigurationPropertiesFormat.withDestinationIpRanges(List<QosIpRange> destinationIpRanges) Set the destinationIpRanges property: Destination IP ranges.DscpConfigurationInner.withSourceIpRanges(List<QosIpRange> sourceIpRanges) Set the sourceIpRanges property: Source IP ranges.DscpConfigurationPropertiesFormat.withSourceIpRanges(List<QosIpRange> sourceIpRanges) Set the sourceIpRanges property: Source IP ranges. -
Uses of QosIpRange in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return QosIpRangeModifier and TypeMethodDescriptionstatic QosIpRangeQosIpRange.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of QosIpRange from the JsonReader.Set the endIp property: End IP Address.QosIpRange.withStartIp(String startIp) Set the startIp property: Start IP Address.Methods in com.azure.resourcemanager.network.models that return types with arguments of type QosIpRangeModifier and TypeMethodDescriptionQosDefinition.destinationIpRanges()Get the destinationIpRanges property: Destination IP ranges.QosDefinition.sourceIpRanges()Get the sourceIpRanges property: Source IP ranges.Method parameters in com.azure.resourcemanager.network.models with type arguments of type QosIpRangeModifier and TypeMethodDescriptionQosDefinition.withDestinationIpRanges(List<QosIpRange> destinationIpRanges) Set the destinationIpRanges property: Destination IP ranges.QosDefinition.withSourceIpRanges(List<QosIpRange> sourceIpRanges) Set the sourceIpRanges property: Source IP ranges.