Hybrid use benefit revisions

Gets the version history of a hybrid use benefit

get/{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId}/revisions

Path parameters

scopestring required

The scope at which the operation is performed. This is limited to Microsoft.Compute/virtualMachines and Microsoft.Compute/hostGroups/hosts for now

planIdstring required

This is a unique identifier for a plan. Should be a guid.

Query parameters

api-versionstring required

The api-version to be used by the service

Response

OK - returns an array of plans ordered by revision

valueHybridUseBenefitModel[] — unresolved $ref

List of hybrid use benefits

nextLinkstring

Url to get the next page of items.

Changes