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