Locations Operation Results - List

Returns the list of operation results for a location

GET https://management.azure.com/providers/Microsoft.Network.Admin/locations/{location}/operationResults?api-version=2015-06-15

URI Parameters

Name In Required Type Description
location
path True

string

Location of the resource.

api-version
query True

string

Client API Version.

Responses

Name Type Description
200 OK

OperationResultList

OK

Security

azure_auth

Azure Active Directory OAuth2 flow.

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

Returns the list of operation results for a location

Sample Request

GET https://management.azure.com/providers/Microsoft.Network.Admin/locations/westus/operationResults?api-version=2015-06-15

Sample Response

{
  "value": [],
  "nextLink": ""
}

Definitions

Name Description
OperationResult

Describes results of a given operation

OperationResultList

List of Operation Results

OperationResult

Describes results of a given operation

Name Type Description
name

string

The name of the operation being performed on this particular object.

OperationResultList

List of Operation Results

Name Type Description
nextLink

string

URI to the next page of operations.

value

OperationResult[]

Array of operation results