SqlVirtualMachineGroupsBeginCreateOrUpdateResponse type
Obsahuje data odpovědi pro operaci beginCreateOrUpdate.
type SqlVirtualMachineGroupsBeginCreateOrUpdateResponse =
SqlVirtualMachineGroup & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SqlVirtualMachineGroup
}
}