MachineGroupsCreateResponse type
Enthält Antwortdaten für den Erstellungsvorgang.
type MachineGroupsCreateResponse = MachineGroup & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: MachineGroup
}
}