Package version:

Interface RoutingPreference

Routing preference defines the type of network, either microsoft or internet routing to be used to deliver the user data, the default option is microsoft routing

interface RoutingPreference {
    publishInternetEndpoints?: boolean;
    publishMicrosoftEndpoints?: boolean;
    routingChoice?: string;
}

Properties

publishInternetEndpoints?: boolean

A boolean flag which indicates whether internet routing storage endpoints are to be published

publishMicrosoftEndpoints?: boolean

A boolean flag which indicates whether microsoft routing storage endpoints are to be published

routingChoice?: string

Routing Choice defines the kind of network routing opted by the user.