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