IIPRange interface
Allowed IP range for a SAS.
Properties
end | Optional. IP address that ends the IP range. If not provided, start IP will the only IP allowed. |
start | Starting IP address in the IP range. If end IP doesn't provide, start IP will the only IP allowed. |
Property Details
end
Optional. IP address that ends the IP range. If not provided, start IP will the only IP allowed.
end?: string
Property Value
string
start
Starting IP address in the IP range. If end IP doesn't provide, start IP will the only IP allowed.
start: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript