次の方法で共有


OperationTagResourceContractProperties interface

Operation Entity contract Properties.

Properties

apiName

API Name. NOTE: This property will not be serialized. It can only be populated by the server.

apiRevision

API Revision. NOTE: This property will not be serialized. It can only be populated by the server.

apiVersion

API Version. NOTE: This property will not be serialized. It can only be populated by the server.

description

Operation Description. NOTE: This property will not be serialized. It can only be populated by the server.

id

Identifier of the operation in form /operations/{operationId}.

method

A Valid HTTP Operation Method. Typical Http Methods like GET, PUT, POST but not limited by only them. NOTE: This property will not be serialized. It can only be populated by the server.

name

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

urlTemplate

Relative URL template identifying the target resource for this operation. May include parameters. Example: /customers/{cid}/orders/{oid}/?date={date} NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

apiName

API Name. NOTE: This property will not be serialized. It can only be populated by the server.

apiName?: string

Property Value

string

apiRevision

API Revision. NOTE: This property will not be serialized. It can only be populated by the server.

apiRevision?: string

Property Value

string

apiVersion

API Version. NOTE: This property will not be serialized. It can only be populated by the server.

apiVersion?: string

Property Value

string

description

Operation Description. NOTE: This property will not be serialized. It can only be populated by the server.

description?: string

Property Value

string

id

Identifier of the operation in form /operations/{operationId}.

id?: string

Property Value

string

method

A Valid HTTP Operation Method. Typical Http Methods like GET, PUT, POST but not limited by only them. NOTE: This property will not be serialized. It can only be populated by the server.

method?: string

Property Value

string

name

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

name?: string

Property Value

string

urlTemplate

Relative URL template identifying the target resource for this operation. May include parameters. Example: /customers/{cid}/orders/{oid}/?date={date} NOTE: This property will not be serialized. It can only be populated by the server.

urlTemplate?: string

Property Value

string