@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api ManagementLinkClient
@base https://management.azure.com
@version 2016-09-01
@auth OAuth2
@common_fields {api-version: any}
@endpoints 6
@toc providers(1), {linkId}(3), subscriptions(1), {scope}(1)

@group providers
@endpoint GET /providers/Microsoft.Resources/operations
@returns(200)

@endgroup

@group {linkId}
@endpoint DELETE /{linkId}
@required {linkId: any}
@returns(200)
@returns(204)

@endpoint PUT /{linkId}
@required {linkId: any, parameters: any}
@returns(200)
@returns(201)

@endpoint GET /{linkId}
@required {linkId: any}
@returns(200)

@endgroup

@group subscriptions
@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Resources/links
@required {subscriptionId: any}
@optional {$filter: any}
@returns(200)

@endgroup

@group {scope}
@endpoint GET /{scope}/providers/Microsoft.Resources/links
@required {scope: any}
@optional {$filter: any}
@returns(200)

@endgroup

@end
