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?: undefined | string
Property Value
undefined | 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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for JavaScript