@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api ApiManagementClient
@base https://management.azure.com
@version 2019-12-01-preview
@auth OAuth2
@endpoints 6
@toc subscriptions(6)

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apiVersionSets
@desc Lists a collection of API Version Sets in the specified service instance.
@optional {$filter: any # |   Field     |     Usage     |     Supported operators     |     Supported functions     ||-------------|-------------|-------------|-------------|}
@returns(200) Lists a collection of Api Version Set entities.

@endpoint HEAD /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apiVersionSets/{versionSetId}
@desc Gets the entity state (Etag) version of the Api Version Set specified by its identifier.
@returns(200) Specified Api Version Set entity exists and current entity state version is present in the ETag header.

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apiVersionSets/{versionSetId}
@desc Gets the details of the Api Version Set specified by its identifier.
@returns(200) Gets the specified Api Version Set entity.

@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apiVersionSets/{versionSetId}
@desc Creates or Updates a Api Version Set.
@required {parameters: any # Create or update parameters.}
@returns(200) Api Version Set was successfully updated.
@returns(201) Api Version Set was successfully created.

@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apiVersionSets/{versionSetId}
@desc Updates the details of the Api VersionSet specified by its identifier.
@required {parameters: any # Update parameters.}
@returns(204) The Api Version Set details were successfully updated.

@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apiVersionSets/{versionSetId}
@desc Deletes specific Api Version Set.
@returns(200) The ApiVersion Set details were successfully deleted.
@returns(204) The ApiVersion Set details were successfully deleted.

@end
