AzureAccountsGetAssignedResponse type
getAssigned işleminin yanıt verilerini içerir.
type AzureAccountsGetAssignedResponse = AzureAccountInfoObject[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AzureAccountInfoObject[]
}
}