TargetTypesOperations interface
Interfaccia che rappresenta un'operazione TargetTypes.
Proprietà
| get | Ottenere le risorse tipo di destinazione per una determinata posizione. |
| list | Ottenere un elenco di risorse tipo di destinazione per la posizione specificata. |
Dettagli proprietà
get
Ottenere le risorse tipo di destinazione per una determinata posizione.
get: (location: string, targetTypeName: string, options?: TargetTypesGetOptionalParams) => Promise<TargetType>
Valore della proprietà
(location: string, targetTypeName: string, options?: TargetTypesGetOptionalParams) => Promise<TargetType>
list
Ottenere un elenco di risorse tipo di destinazione per la posizione specificata.
list: (location: string, options?: TargetTypesListOptionalParams) => PagedAsyncIterableIterator<TargetType, TargetType[], PageSettings>
Valore della proprietà
(location: string, options?: TargetTypesListOptionalParams) => PagedAsyncIterableIterator<TargetType, TargetType[], PageSettings>