Package version:

Interface AvailableWorkloadProfilesCollection

Collection of available workload profiles in the location.

interface AvailableWorkloadProfilesCollection {
    nextLink?: string;
    value: AvailableWorkloadProfile[];
}

Properties

Properties

nextLink?: string

Link to next page of resources. NOTE: This property will not be serialized. It can only be populated by the server.

Collection of workload profiles.