TargetTypesOperations interface
Interface representing a TargetTypes operations.
Properties
| get | Get a Target Type resources for given location. |
| list | Get a list of Target Type resources for given location. |
Property Details
get
Get a Target Type resources for given location.
get: (location: string, targetTypeName: string, options?: TargetTypesGetOptionalParams) => Promise<TargetType>
Property Value
(location: string, targetTypeName: string, options?: TargetTypesGetOptionalParams) => Promise<TargetType>
list
Get a list of Target Type resources for given location.
list: (location: string, options?: TargetTypesListOptionalParams) => PagedAsyncIterableIterator<TargetType, TargetType[], PageSettings>
Property Value
(location: string, options?: TargetTypesListOptionalParams) => PagedAsyncIterableIterator<TargetType, TargetType[], PageSettings>