TargetTypes interface
Interface representing a TargetTypes.
Methods
| get(string, string, Target |
Get a Target Type resources for given location. |
| list(string, Target |
Get a list of Target Type resources for given location. |
Method Details
get(string, string, TargetTypesGetOptionalParams)
Get a Target Type resources for given location.
function get(locationName: string, targetTypeName: string, options?: TargetTypesGetOptionalParams): Promise<TargetType>
Parameters
- locationName
-
string
String that represents a Location resource name.
- targetTypeName
-
string
String that represents a Target Type resource name.
- options
- TargetTypesGetOptionalParams
The options parameters.
Returns
Promise<TargetType>
list(string, TargetTypesListOptionalParams)
Get a list of Target Type resources for given location.
function list(locationName: string, options?: TargetTypesListOptionalParams): PagedAsyncIterableIterator<TargetType, TargetType[], PageSettings>
Parameters
- locationName
-
string
String that represents a Location resource name.
- options
- TargetTypesListOptionalParams
The options parameters.