Package version:

Interface GetStreamingJobSkuResults

Result of the request to get streaming job SKUs.

interface GetStreamingJobSkuResults {
    nextLink?: string;
    value?: GetStreamingJobSkuResult[];
}

Properties

Properties

nextLink?: string

The link (url) to the next page of results. NOTE: This property will not be serialized. It can only be populated by the server.

The list of available SKUs that the streaming job can use.

Generated using TypeDoc