Uses of Class
com.azure.resourcemanager.network.models.QosIpRange
-
Packages that use QosIpRange 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 QosIpRange in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type QosIpRange Modifier and Type Method Description List<QosIpRange>DscpConfigurationInner. destinationIpRanges()Get the destinationIpRanges property: Destination IP ranges.List<QosIpRange>DscpConfigurationPropertiesFormat. destinationIpRanges()Get the destinationIpRanges property: Destination IP ranges.List<QosIpRange>DscpConfigurationInner. sourceIpRanges()Get the sourceIpRanges property: Source IP ranges.List<QosIpRange>DscpConfigurationPropertiesFormat. sourceIpRanges()Get the sourceIpRanges property: Source IP ranges.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type QosIpRange Modifier and Type Method Description DscpConfigurationInnerDscpConfigurationInner. withDestinationIpRanges(List<QosIpRange> destinationIpRanges)Set the destinationIpRanges property: Destination IP ranges.DscpConfigurationPropertiesFormatDscpConfigurationPropertiesFormat. withDestinationIpRanges(List<QosIpRange> destinationIpRanges)Set the destinationIpRanges property: Destination IP ranges.DscpConfigurationInnerDscpConfigurationInner. withSourceIpRanges(List<QosIpRange> sourceIpRanges)Set the sourceIpRanges property: Source IP ranges.DscpConfigurationPropertiesFormatDscpConfigurationPropertiesFormat. 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 QosIpRange Modifier and Type Method Description QosIpRangeQosIpRange. withEndIp(String endIp)Set the endIp property: End IP Address.QosIpRangeQosIpRange. withStartIp(String startIp)Set the startIp property: Start IP Address.Methods in com.azure.resourcemanager.network.models that return types with arguments of type QosIpRange Modifier and Type Method Description List<QosIpRange>QosDefinition. destinationIpRanges()Get the destinationIpRanges property: Destination IP ranges.List<QosIpRange>QosDefinition. sourceIpRanges()Get the sourceIpRanges property: Source IP ranges.Method parameters in com.azure.resourcemanager.network.models with type arguments of type QosIpRange Modifier and Type Method Description QosDefinitionQosDefinition. withDestinationIpRanges(List<QosIpRange> destinationIpRanges)Set the destinationIpRanges property: Destination IP ranges.QosDefinitionQosDefinition. withSourceIpRanges(List<QosIpRange> sourceIpRanges)Set the sourceIpRanges property: Source IP ranges.
-