AzureAccountsGetAssignedResponse type
Bevat antwoordgegevens voor de bewerking getAssigned.
type AzureAccountsGetAssignedResponse = AzureAccountInfoObject[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AzureAccountInfoObject[]
}
}