Package version:

Interface SasIPRange

Allowed IP range for a SAS.

interface SasIPRange {
    end?: string;
    start: string;
}

Properties

Properties

end?: string

Optional. IP address that ends the IP range. If not provided, start IP will the only IP allowed.

start: string

Starting IP address in the IP range. If end IP doesn't provide, start IP will the only IP allowed.