Compartilhar via


QosIpRange Class

Qos Traffic Profiler IP Range properties.

Inheritance
azure.mgmt.network._serialization.Model
QosIpRange

Constructor

QosIpRange(*, start_ip: str | None = None, end_ip: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
start_ip
str

Start IP Address.

end_ip
str

End IP Address.

Variables

Name Description
start_ip
str

Start IP Address.

end_ip
str

End IP Address.