Package version:

Interface GetStreamingJobSkuResult

Describes an available SKU information.

interface GetStreamingJobSkuResult {
    capacity?: SkuCapacity;
    resourceType?: string;
    sku?: GetStreamingJobSkuResultSku;
}

Properties

capacity?: SkuCapacity

Describes scaling information of a SKU. NOTE: This property will not be serialized. It can only be populated by the server.

resourceType?: string

The type of resource the SKU applies to. NOTE: This property will not be serialized. It can only be populated by the server.

The properties that are associated with a SKU. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc