SqlVirtualMachineGroupsCreateOrUpdateResponse type
Enthält Antwortdaten für den createOrUpdate-Vorgang.
type SqlVirtualMachineGroupsCreateOrUpdateResponse = SqlVirtualMachineGroup & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SqlVirtualMachineGroup
}
}