Udostępnij za pośrednictwem


AzureAccountsGetAssignedResponse type

Zawiera dane odpowiedzi dla operacji getAssigned.

type AzureAccountsGetAssignedResponse = AzureAccountInfoObject[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: AzureAccountInfoObject[]
  }
}