GetCopyAuthorizationOptions interface
Options for the get copy authorization method.
- Extends
Inherited Properties
abort |
The signal which can be used to abort requests. |
description | A textual description of the model (can be any text). |
on |
A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times. |
request |
Options used when creating and sending HTTP requests for this operation. |
serializer |
Options to override serialization/de-serialization behavior. |
tags | Additional, user-specified key-value pairs to associate with the model as persistent metadata. |
tracing |
Options used when tracing is enabled. |
Inherited Property Details
abortSignal
The signal which can be used to abort requests.
abortSignal?: AbortSignalLike
Property Value
Inherited From OperationOptions.abortSignal
description
A textual description of the model (can be any text).
description?: string
Property Value
string
Inherited From CommonModelCreationOptions.description
onResponse
A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times.
onResponse?: RawResponseCallback
Property Value
Inherited From OperationOptions.onResponse
requestOptions
Options used when creating and sending HTTP requests for this operation.
requestOptions?: OperationRequestOptions
Property Value
Inherited From OperationOptions.requestOptions
serializerOptions
Options to override serialization/de-serialization behavior.
serializerOptions?: SerializerOptions
Property Value
Inherited From OperationOptions.serializerOptions
tags
Additional, user-specified key-value pairs to associate with the model as persistent metadata.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From CommonModelCreationOptions.tags
tracingOptions
Options used when tracing is enabled.
tracingOptions?: OperationTracingOptions
Property Value
Inherited From OperationOptions.tracingOptions