GoalResourcesOperations interface
Interface representing a GoalResources operations.
Property Details
get
Get a GoalResource
get: (serviceGroupName: string, goalAssignmentName: string, goalResourceName: string, options?: GoalResourcesGetOptionalParams) => Promise<GoalResource>
Property Value
(serviceGroupName: string, goalAssignmentName: string, goalResourceName: string, options?: GoalResourcesGetOptionalParams) => Promise<GoalResource>
list
List GoalResource resources by GoalAssignment
list: (serviceGroupName: string, goalAssignmentName: string, options?: GoalResourcesListOptionalParams) => PagedAsyncIterableIterator<GoalResource, GoalResource[], PageSettings>
Property Value
(serviceGroupName: string, goalAssignmentName: string, options?: GoalResourcesListOptionalParams) => PagedAsyncIterableIterator<GoalResource, GoalResource[], PageSettings>