TargetDescription interface
Information about a Target. A target is the component that can process a specific type of Job.
Properties
accepted |
List of content encodings accepted by this target. |
accepted |
List of data formats accepted by this target. |
description | A description about this target. |
id | Unique target id. |
name | Display name of this target. |
Property Details
acceptedContentEncodings
List of content encodings accepted by this target.
acceptedContentEncodings?: string[]
Property Value
string[]
acceptedDataFormats
List of data formats accepted by this target.
acceptedDataFormats?: string[]
Property Value
string[]
description
A description about this target.
description?: string
Property Value
string
id
Unique target id.
id?: string
Property Value
string
name
Display name of this target.
name?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript