Share via


ApiOperation interface

The api operation.

Extends

Properties

properties

The api operations properties

Inherited Properties

id

The resource id. NOTE: This property will not be serialized. It can only be populated by the server.

___location

The resource ___location.

name

Gets the resource name. NOTE: This property will not be serialized. It can only be populated by the server.

tags

The resource tags.

type

Gets the resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

properties

The api operations properties

properties?: ApiOperationPropertiesDefinition

Property Value

Inherited Property Details

id

The resource id. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From Resource.id

___location

The resource ___location.

___location?: string

Property Value

string

Inherited From Resource.___location

name

Gets the resource name. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From Resource.name

tags

The resource tags.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From Resource.tags

type

Gets the resource type. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From Resource.type