interface ClientVersioningData {
    apiVersion?: string;
    requestUrl?: string;
}

Properties

apiVersion?: string

The api version string to send in the request (e.g. "1.0" or "2.0-preview.2")

requestUrl?: string

The request path string to send the request to. Looked up via an options request with the location id.