Freigeben über


SqlVirtualMachineGroupsGetResponse type

Enthält Antwortdaten für den Get-Vorgang.

type SqlVirtualMachineGroupsGetResponse = SqlVirtualMachineGroup & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: SqlVirtualMachineGroup
  }
}